Html Css Color HEX #422D50 Jagger

📋 copy color: '#422D50'

red 66 ◦ green 45 ◦ blue 80

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

Shades of Jagger #422D50

Tints of Jagger #422D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.56%

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

R = 34.55%
G = 23.56%
B = 41.88%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#422D50 (or 0x422D50) is known color: Jagger. HEX triplet: 42, 2D and 50. RGB value is (66,45,80). Sum of RGB (Red+Green+Blue) = 66+45+80=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #422D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D50 is #BDD2AF. Grayscale: #373737. Windows color (decimal): -12440240 or 5254466. OLE color: 5254466.

HSL color Cylindrical-coordinate representation of color #422D50: hue angle of 276º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422D50 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 45 80 -
CMYK 0.17 0.44 0 0.69
HSL 276º 0.28% 0.25% -
HSV(B) 276º 0.44% 0.31% -
XYZ 4.63 3.61 8.04 -
YUV 55.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 66 45 80 0.17 0.44 0 0.69 276 0.28 0.25
Hex 42 2D 50 11 2C 0 45 114 1C 19
Octal 102 55 120 21 54 0 105 424 34 31
Binary 1000010 101101 1010000 10001 101100 0 1000101 100010100 11100 11001

Color Harmonies of #422D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D50

Black with #422D50

Text Example


Text Example

White with #422D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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