Html Css Color HEX #423650 Jagger

📋 copy color: '#423650'

red 66 ◦ green 54 ◦ blue 80

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

Shades of Jagger #423650

Tints of Jagger #423650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

 BLUE value IS 80 (31.64% from 255) = 40%

R = 33%
G = 27%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#423650 (or 0x423650) is known color: Jagger. HEX triplet: 42, 36 and 50. RGB value is (66,54,80). Sum of RGB (Red+Green+Blue) = 66+54+80=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #423650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423650 is #BDC9AF. Grayscale: #3C3C3C. Windows color (decimal): -12437936 or 5256770. OLE color: 5256770.

HSL color Cylindrical-coordinate representation of color #423650: hue angle of 267.69º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423650 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 54 80 -
CMYK 0.17 0.33 0 0.69
HSL 267.69º 0.19% 0.26% -
HSV(B) 267.69º 0.33% 0.31% -
XYZ 5.01 4.38 8.17 -
YUV 60.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 66 54 80 0.17 0.33 0 0.69 267.69 0.19 0.26
Hex 42 36 50 11 21 0 45 10C 13 1A
Octal 102 66 120 21 41 0 105 414 23 32
Binary 1000010 110110 1010000 10001 100001 0 1000101 100001100 10011 11010

Color Harmonies of #423650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423650

Black with #423650

Text Example


Text Example

White with #423650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423650; }

 p { color: rgb(66,54,80); }

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

background-color css

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

 a { background-color: rgb(66,54,80); }

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

border-color css

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

 span { border-color: rgb(66,54,80); }

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