Html Css Color HEX #492570 Blue Diamond

📋 copy color: '#492570'

red 73 ◦ green 37 ◦ blue 112

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

Shades of Blue Diamond #492570

Tints of Blue Diamond #492570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 32.88%
G = 16.67%
B = 50.45%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492570 (or 0x492570) is known color: Blue Diamond. HEX triplet: 49, 25 and 70. RGB value is (73,37,112). Sum of RGB (Red+Green+Blue) = 73+37+112=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #492570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492570 is #B6DA8F. Grayscale: #383838. Windows color (decimal): -11983504 or 7349577. OLE color: 7349577.

HSL color Cylindrical-coordinate representation of color #492570: hue angle of 268.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492570 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 37 112 -
CMYK 0.35 0.67 0 0.56
HSL 268.8º 0.5% 0.29% -
HSV(B) 268.8º 0.67% 0.44% -
XYZ 6.33 3.91 15.75 -
YUV 56.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 73 37 112 0.35 0.67 0 0.56 268.8 0.5 0.29
Hex 49 25 70 23 43 0 38 10D 32 1D
Octal 111 45 160 43 103 0 70 415 62 35
Binary 1001001 100101 1110000 100011 1000011 0 111000 100001101 110010 11101

Color Harmonies of #492570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492570

Black with #492570

Text Example


Text Example

White with #492570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492570; }

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

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

background-color css

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

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

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

border-color css

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

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

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