Html Css Color HEX #423649 Jagger

📋 copy color: '#423649'

red 66 ◦ green 54 ◦ blue 73

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

Shades of Jagger #423649

Tints of Jagger #423649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 34.2%
G = 27.98%
B = 37.82%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#423649 (or 0x423649) is known color: Jagger. HEX triplet: 42, 36 and 49. RGB value is (66,54,73). Sum of RGB (Red+Green+Blue) = 66+54+73=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #423649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423649 is #BDC9B6. Grayscale: #3B3B3B. Windows color (decimal): -12437943 or 4798018. OLE color: 4798018.

HSL color Cylindrical-coordinate representation of color #423649: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423649 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 54 73 -
CMYK 0.10 0.26 0 0.71
HSL 277.89º 0.15% 0.25% -
HSV(B) 277.89º 0.26% 0.29% -
XYZ 4.77 4.28 6.88 -
YUV 59.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 66 54 73 0.10 0.26 0 0.71 277.89 0.15 0.25
Hex 42 36 49 A 1A 0 47 116 F 19
Octal 102 66 111 12 32 0 107 426 17 31
Binary 1000010 110110 1001001 1010 11010 0 1000111 100010110 1111 11001

Color Harmonies of #423649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423649

Black with #423649

Text Example


Text Example

White with #423649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423649; }

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

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

background-color css

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

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

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

border-color css

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

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

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