Html Css Color HEX #423C46 Jagger

📋 copy color: '#423C46'

red 66 ◦ green 60 ◦ blue 70

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

Shades of Jagger #423C46

Tints of Jagger #423C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

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

R = 33.67%
G = 30.61%
B = 35.71%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423C46 (or 0x423C46) is known color: Jagger. HEX triplet: 42, 3C and 46. RGB value is (66,60,70). Sum of RGB (Red+Green+Blue) = 66+60+70=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: blue. Hex color #423C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C46 is #BDC3B9. Grayscale: #3E3E3E. Windows color (decimal): -12436410 or 4602946. OLE color: 4602946.

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

Color convert

RGB 66 60 70 -
CMYK 0.06 0.14 0 0.73
HSL 276º 0.08% 0.25% -
HSV(B) 276º 0.14% 0.27% -
XYZ 4.97 4.83 6.47 -
YUV 62.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 66 60 70 0.06 0.14 0 0.73 276 0.08 0.25
Hex 42 3C 46 6 E 0 49 114 8 19
Octal 102 74 106 6 16 0 111 424 10 31
Binary 1000010 111100 1000110 110 1110 0 1001001 100010100 1000 11001

Color Harmonies of #423C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C46

Black with #423C46

Text Example


Text Example

White with #423C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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