Html Css Color HEX #423092 Blue Gem

📋 copy color: '#423092'

red 66 ◦ green 48 ◦ blue 146

#423092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #423092

Tints of Blue Gem #423092

RGB

 RED value IS 66 (26.17% from 255) = 25.38%

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 25.38%
G = 18.46%
B = 56.15%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#423092 (or 0x423092) is known color: Blue Gem. HEX triplet: 42, 30 and 92. RGB value is (66,48,146). Sum of RGB (Red+Green+Blue) = 66+48+146=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #423092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423092 is #BDCF6D. Grayscale: #404040. Windows color (decimal): -12439406 or 9580610. OLE color: 9580610.

HSL color Cylindrical-coordinate representation of color #423092: hue angle of 251.02º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423092 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 48 146 -
CMYK 0.55 0.67 0 0.43
HSL 251.02º 0.51% 0.38% -
HSV(B) 251.02º 0.67% 0.57% -
XYZ 8.49 5.35 27.78 -
YUV 64.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 66 48 146 0.55 0.67 0 0.43 251.02 0.51 0.38
Hex 42 30 92 37 43 0 2B FB 33 26
Octal 102 60 222 67 103 0 53 373 63 46
Binary 1000010 110000 10010010 110111 1000011 0 101011 11111011 110011 100110

Color Harmonies of #423092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423092

Black with #423092

Text Example


Text Example

White with #423092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423092; }

 p { color: rgb(66,48,146); }

 H1.HeaderClassName
 {
   color: #423092;
 }
 .AnyTagClassName
 {
   color: #423092;
 }
</style>

background-color css

<style>
 a { background-color: #423092; }

 a { background-color: rgb(66,48,146); }

 div.DivClassName
 {
   background-color: #423092;
 }
 .BgClassName
 {
   background-color: #423092;
 }
</style>

border-color css

<style>
 span { border-color: #423092; }

 span { border-color: rgb(66,48,146); }

 td.TdClassName
 {
   border-color: #423092;
 }
 .TagClassName
 {
   border-color: #423092;
 }
</style>