Html Css Color HEX #423946 Jagger

📋 copy color: '#423946'

red 66 ◦ green 57 ◦ blue 70

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

Shades of Jagger #423946

Tints of Jagger #423946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 34.2%
G = 29.53%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423946 (or 0x423946) is known color: Jagger. HEX triplet: 42, 39 and 46. RGB value is (66,57,70). Sum of RGB (Red+Green+Blue) = 66+57+70=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: blue. Hex color #423946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423946 is #BDC6B9. Grayscale: #3D3D3D. Windows color (decimal): -12437178 or 4602178. OLE color: 4602178.

HSL color Cylindrical-coordinate representation of color #423946: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #423946 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 57 70 -
CMYK 0.06 0.19 0 0.73
HSL 281.54º 0.1% 0.25% -
HSV(B) 281.54º 0.19% 0.27% -
XYZ 4.82 4.53 6.41 -
YUV 61.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 66 57 70 0.06 0.19 0 0.73 281.54 0.1 0.25
Hex 42 39 46 6 13 0 49 11A A 19
Octal 102 71 106 6 23 0 111 432 12 31
Binary 1000010 111001 1000110 110 10011 0 1001001 100011010 1010 11001

Color Harmonies of #423946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423946

Black with #423946

Text Example


Text Example

White with #423946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423946; }

 p { color: rgb(66,57,70); }

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

background-color css

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

 a { background-color: rgb(66,57,70); }

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

border-color css

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

 span { border-color: rgb(66,57,70); }

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