Html Css Color HEX #423D45 Jagger

📋 copy color: '#423D45'

red 66 ◦ green 61 ◦ blue 69

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

Shades of Jagger #423D45

Tints of Jagger #423D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.12%

 BLUE value IS 69 (27.34% from 255) = 35.2%

R = 33.67%
G = 31.12%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423D45 (or 0x423D45) is known color: Jagger. HEX triplet: 42, 3D and 45. RGB value is (66,61,69). Sum of RGB (Red+Green+Blue) = 66+61+69=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 69 - color contains mainly: blue. Hex color #423D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D45 is #BDC2BA. Grayscale: #3F3F3F. Windows color (decimal): -12436155 or 4537666. OLE color: 4537666.

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

Color convert

RGB 66 61 69 -
CMYK 0.04 0.12 0 0.73
HSL 277.5º 0.06% 0.25% -
HSV(B) 277.5º 0.12% 0.27% -
XYZ 4.99 4.93 6.32 -
YUV 63.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 66 61 69 0.04 0.12 0 0.73 277.5 0.06 0.25
Hex 42 3D 45 4 C 0 49 116 6 19
Octal 102 75 105 4 14 0 111 426 6 31
Binary 1000010 111101 1000101 100 1100 0 1001001 100010110 110 11001

Color Harmonies of #423D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D45

Black with #423D45

Text Example


Text Example

White with #423D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,61,69); }

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

background-color css

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

 a { background-color: rgb(66,61,69); }

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

border-color css

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

 span { border-color: rgb(66,61,69); }

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