Html Css Color HEX #423447 Jagger

📋 copy color: '#423447'

red 66 ◦ green 52 ◦ blue 71

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

Shades of Jagger #423447

Tints of Jagger #423447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 34.92%
G = 27.51%
B = 37.57%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423447 (or 0x423447) is known color: Jagger. HEX triplet: 42, 34 and 47. RGB value is (66,52,71). Sum of RGB (Red+Green+Blue) = 66+52+71=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #423447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423447 is #BDCBB8. Grayscale: #3A3A3A. Windows color (decimal): -12438457 or 4666434. OLE color: 4666434.

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

Color convert

RGB 66 52 71 -
CMYK 0.07 0.27 0 0.72
HSL 284.21º 0.15% 0.24% -
HSV(B) 284.21º 0.27% 0.28% -
XYZ 4.61 4.07 6.5 -
YUV 58.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 66 52 71 0.07 0.27 0 0.72 284.21 0.15 0.24
Hex 42 34 47 7 1B 0 48 11C F 18
Octal 102 64 107 7 33 0 110 434 17 30
Binary 1000010 110100 1000111 111 11011 0 1001000 100011100 1111 11000

Color Harmonies of #423447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423447

Black with #423447

Text Example


Text Example

White with #423447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423447; }

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

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

background-color css

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

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

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

border-color css

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

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

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