Html Css Color HEX #422F50 Jagger

📋 copy color: '#422F50'

red 66 ◦ green 47 ◦ blue 80

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

Shades of Jagger #422F50

Tints of Jagger #422F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

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

R = 34.2%
G = 24.35%
B = 41.45%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#422F50 (or 0x422F50) is known color: Jagger. HEX triplet: 42, 2F and 50. RGB value is (66,47,80). Sum of RGB (Red+Green+Blue) = 66+47+80=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #422F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F50 is #BDD0AF. Grayscale: #383838. Windows color (decimal): -12439728 or 5254978. OLE color: 5254978.

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

Color convert

RGB 66 47 80 -
CMYK 0.17 0.41 0 0.69
HSL 274.55º 0.26% 0.25% -
HSV(B) 274.55º 0.41% 0.31% -
XYZ 4.71 3.77 8.07 -
YUV 56.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 66 47 80 0.17 0.41 0 0.69 274.55 0.26 0.25
Hex 42 2F 50 11 29 0 45 113 1A 19
Octal 102 57 120 21 51 0 105 423 32 31
Binary 1000010 101111 1010000 10001 101001 0 1000101 100010011 11010 11001

Color Harmonies of #422F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F50

Black with #422F50

Text Example


Text Example

White with #422F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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