Html Css Color HEX #492572 Blue Diamond

📋 copy color: '#492572'

red 73 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #492572

Tints of Blue Diamond #492572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 32.59%
G = 16.52%
B = 50.89%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492572 (or 0x492572) is known color: Blue Diamond. HEX triplet: 49, 25 and 72. RGB value is (73,37,114). Sum of RGB (Red+Green+Blue) = 73+37+114=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #492572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492572 is #B6DA8D. Grayscale: #383838. Windows color (decimal): -11983502 or 7480649. OLE color: 7480649.

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

Color convert

RGB 73 37 114 -
CMYK 0.36 0.68 0 0.55
HSL 268.05º 0.51% 0.3% -
HSV(B) 268.05º 0.68% 0.45% -
XYZ 6.45 3.95 16.34 -
YUV 56.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 73 37 114 0.36 0.68 0 0.55 268.05 0.51 0.3
Hex 49 25 72 24 44 0 37 10C 33 1E
Octal 111 45 162 44 104 0 67 414 63 36
Binary 1001001 100101 1110010 100100 1000100 0 110111 100001100 110011 11110

Color Harmonies of #492572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492572

Black with #492572

Text Example


Text Example

White with #492572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492572; }

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

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

background-color css

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

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

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

border-color css

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

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

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