Html Css Color HEX #492772 Blue Diamond

📋 copy color: '#492772'

red 73 ◦ green 39 ◦ blue 114

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

Shades of Blue Diamond #492772

Tints of Blue Diamond #492772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 32.3%
G = 17.26%
B = 50.44%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492772 (or 0x492772) is known color: Blue Diamond. HEX triplet: 49, 27 and 72. RGB value is (73,39,114). Sum of RGB (Red+Green+Blue) = 73+39+114=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #492772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492772 is #B6D88D. Grayscale: #393939. Windows color (decimal): -11982990 or 7481161. OLE color: 7481161.

HSL color Cylindrical-coordinate representation of color #492772: hue angle of 267.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492772 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 39 114 -
CMYK 0.36 0.66 0 0.55
HSL 267.2º 0.49% 0.3% -
HSV(B) 267.2º 0.66% 0.45% -
XYZ 6.51 4.08 16.36 -
YUV 57.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 73 39 114 0.36 0.66 0 0.55 267.2 0.49 0.3
Hex 49 27 72 24 42 0 37 10B 31 1E
Octal 111 47 162 44 102 0 67 413 61 36
Binary 1001001 100111 1110010 100100 1000010 0 110111 100001011 110001 11110

Color Harmonies of #492772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492772

Black with #492772

Text Example


Text Example

White with #492772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492772; }

 p { color: rgb(73,39,114); }

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

background-color css

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

 a { background-color: rgb(73,39,114); }

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

border-color css

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

 span { border-color: rgb(73,39,114); }

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