Html Css Color HEX #423647 Jagger

📋 copy color: '#423647'

red 66 ◦ green 54 ◦ blue 71

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

Shades of Jagger #423647

Tints of Jagger #423647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 34.55%
G = 28.27%
B = 37.17%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423647 (or 0x423647) is known color: Jagger. HEX triplet: 42, 36 and 47. RGB value is (66,54,71). Sum of RGB (Red+Green+Blue) = 66+54+71=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #423647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423647 is #BDC9B8. Grayscale: #3B3B3B. Windows color (decimal): -12437945 or 4666946. OLE color: 4666946.

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

Color convert

RGB 66 54 71 -
CMYK 0.07 0.24 0 0.72
HSL 282.35º 0.14% 0.25% -
HSV(B) 282.35º 0.24% 0.28% -
XYZ 4.7 4.25 6.53 -
YUV 59.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 66 54 71 0.07 0.24 0 0.72 282.35 0.14 0.25
Hex 42 36 47 7 18 0 48 11A E 19
Octal 102 66 107 7 30 0 110 432 16 31
Binary 1000010 110110 1000111 111 11000 0 1001000 100011010 1110 11001

Color Harmonies of #423647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423647

Black with #423647

Text Example


Text Example

White with #423647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423647; }

 p { color: rgb(66,54,71); }

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

background-color css

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

 a { background-color: rgb(66,54,71); }

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

border-color css

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

 span { border-color: rgb(66,54,71); }

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