Html Css Color HEX #423B48 Jagger

📋 copy color: '#423B48'

red 66 ◦ green 59 ◦ blue 72

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

Shades of Jagger #423B48

Tints of Jagger #423B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

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

R = 33.5%
G = 29.95%
B = 36.55%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423B48 (or 0x423B48) is known color: Jagger. HEX triplet: 42, 3B and 48. RGB value is (66,59,72). Sum of RGB (Red+Green+Blue) = 66+59+72=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #423B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B48 is #BDC4B7. Grayscale: #3E3E3E. Windows color (decimal): -12436664 or 4733762. OLE color: 4733762.

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

Color convert

RGB 66 59 72 -
CMYK 0.08 0.18 0 0.72
HSL 272.31º 0.1% 0.26% -
HSV(B) 272.31º 0.18% 0.28% -
XYZ 4.98 4.75 6.79 -
YUV 62.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 66 59 72 0.08 0.18 0 0.72 272.31 0.1 0.26
Hex 42 3B 48 8 12 0 48 110 A 1A
Octal 102 73 110 10 22 0 110 420 12 32
Binary 1000010 111011 1001000 1000 10010 0 1001000 100010000 1010 11010

Color Harmonies of #423B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B48

Black with #423B48

Text Example


Text Example

White with #423B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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