Html Css Color HEX #423648 Jagger

📋 copy color: '#423648'

red 66 ◦ green 54 ◦ blue 72

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

Shades of Jagger #423648

Tints of Jagger #423648

RGB

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

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

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

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423648 (or 0x423648) is known color: Jagger. HEX triplet: 42, 36 and 48. RGB value is (66,54,72). Sum of RGB (Red+Green+Blue) = 66+54+72=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #423648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423648 is #BDC9B7. Grayscale: #3B3B3B. Windows color (decimal): -12437944 or 4732482. OLE color: 4732482.

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

Color convert

RGB 66 54 72 -
CMYK 0.08 0.25 0 0.72
HSL 280º 0.14% 0.25% -
HSV(B) 280º 0.25% 0.28% -
XYZ 4.74 4.26 6.7 -
YUV 59.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 66 54 72 0.08 0.25 0 0.72 280 0.14 0.25
Hex 42 36 48 8 19 0 48 118 E 19
Octal 102 66 110 10 31 0 110 430 16 31
Binary 1000010 110110 1001000 1000 11001 0 1001000 100011000 1110 11001

Color Harmonies of #423648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423648

Black with #423648

Text Example


Text Example

White with #423648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423648; }

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

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

background-color css

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

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

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

border-color css

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

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

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