Html Css Color HEX #492077 Blue Diamond

📋 copy color: '#492077'

red 73 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #492077

Tints of Blue Diamond #492077

RGB

 RED value IS 73 (28.91% from 255) = 32.59%

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 32.59%
G = 14.29%
B = 53.13%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492077 (or 0x492077) is known color: Blue Diamond. HEX triplet: 49, 20 and 77. RGB value is (73,32,119). Sum of RGB (Red+Green+Blue) = 73+32+119=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #492077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492077 is #B6DF88. Grayscale: #353535. Windows color (decimal): -11984777 or 7807049. OLE color: 7807049.

HSL color Cylindrical-coordinate representation of color #492077: hue angle of 268.28º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492077 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 32 119 -
CMYK 0.39 0.73 0 0.53
HSL 268.28º 0.58% 0.3% -
HSV(B) 268.28º 0.73% 0.47% -
XYZ 6.59 3.78 17.84 -
YUV 54.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 73 32 119 0.39 0.73 0 0.53 268.28 0.58 0.3
Hex 49 20 77 27 49 0 35 10C 3A 1E
Octal 111 40 167 47 111 0 65 414 72 36
Binary 1001001 100000 1110111 100111 1001001 0 110101 100001100 111010 11110

Color Harmonies of #492077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492077

Black with #492077

Text Example


Text Example

White with #492077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492077; }

 p { color: rgb(73,32,119); }

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

background-color css

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

 a { background-color: rgb(73,32,119); }

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

border-color css

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

 span { border-color: rgb(73,32,119); }

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