Html Css Color HEX #492578 Blue Diamond

📋 copy color: '#492578'

red 73 ◦ green 37 ◦ blue 120

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

Shades of Blue Diamond #492578

Tints of Blue Diamond #492578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.17%

R = 31.74%
G = 16.09%
B = 52.17%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492578 (or 0x492578) is known color: Blue Diamond. HEX triplet: 49, 25 and 78. RGB value is (73,37,120). Sum of RGB (Red+Green+Blue) = 73+37+120=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #492578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492578 is #B6DA87. Grayscale: #383838. Windows color (decimal): -11983496 or 7873865. OLE color: 7873865.

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

Color convert

RGB 73 37 120 -
CMYK 0.39 0.69 0 0.53
HSL 266.02º 0.53% 0.31% -
HSV(B) 266.02º 0.69% 0.47% -
XYZ 6.8 4.1 18.2 -
YUV 57.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 73 37 120 0.39 0.69 0 0.53 266.02 0.53 0.31
Hex 49 25 78 27 45 0 35 10A 35 1F
Octal 111 45 170 47 105 0 65 412 65 37
Binary 1001001 100101 1111000 100111 1000101 0 110101 100001010 110101 11111

Color Harmonies of #492578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492578

Black with #492578

Text Example


Text Example

White with #492578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492578; }

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

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

background-color css

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

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

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

border-color css

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

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

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