Html Css Color HEX #423048 Jagger

📋 copy color: '#423048'

red 66 ◦ green 48 ◦ blue 72

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

Shades of Jagger #423048

Tints of Jagger #423048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 35.48%
G = 25.81%
B = 38.71%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423048 (or 0x423048) is known color: Jagger. HEX triplet: 42, 30 and 48. RGB value is (66,48,72). Sum of RGB (Red+Green+Blue) = 66+48+72=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #423048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423048 is #BDCFB7. Grayscale: #383838. Windows color (decimal): -12439480 or 4730946. OLE color: 4730946.

HSL color Cylindrical-coordinate representation of color #423048: hue angle of 285º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423048 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 48 72 -
CMYK 0.08 0.33 0 0.72
HSL 285º 0.2% 0.24% -
HSV(B) 285º 0.33% 0.28% -
XYZ 4.47 3.74 6.62 -
YUV 56.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 66 48 72 0.08 0.33 0 0.72 285 0.2 0.24
Hex 42 30 48 8 21 0 48 11D 14 18
Octal 102 60 110 10 41 0 110 435 24 30
Binary 1000010 110000 1001000 1000 100001 0 1001000 100011101 10100 11000

Color Harmonies of #423048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423048

Black with #423048

Text Example


Text Example

White with #423048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423048; }

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

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

background-color css

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

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

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

border-color css

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

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

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