Html Css Color HEX #423547 Jagger

📋 copy color: '#423547'

red 66 ◦ green 53 ◦ blue 71

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

Shades of Jagger #423547

Tints of Jagger #423547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

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

R = 34.74%
G = 27.89%
B = 37.37%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423547 (or 0x423547) is known color: Jagger. HEX triplet: 42, 35 and 47. RGB value is (66,53,71). Sum of RGB (Red+Green+Blue) = 66+53+71=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #423547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423547 is #BDCAB8. Grayscale: #3A3A3A. Windows color (decimal): -12438201 or 4666690. OLE color: 4666690.

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

Color convert

RGB 66 53 71 -
CMYK 0.07 0.25 0 0.72
HSL 283.33º 0.15% 0.24% -
HSV(B) 283.33º 0.25% 0.28% -
XYZ 4.66 4.16 6.52 -
YUV 58.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 66 53 71 0.07 0.25 0 0.72 283.33 0.15 0.24
Hex 42 35 47 7 19 0 48 11B F 18
Octal 102 65 107 7 31 0 110 433 17 30
Binary 1000010 110101 1000111 111 11001 0 1001000 100011011 1111 11000

Color Harmonies of #423547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423547

Black with #423547

Text Example


Text Example

White with #423547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423547; }

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

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

background-color css

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

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

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

border-color css

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

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

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