Html Css Color HEX #492777 Blue Diamond

📋 copy color: '#492777'

red 73 ◦ green 39 ◦ blue 119

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

Shades of Blue Diamond #492777

Tints of Blue Diamond #492777

RGB

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

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

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

R = 31.6%
G = 16.88%
B = 51.52%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492777 (or 0x492777) is known color: Blue Diamond. HEX triplet: 49, 27 and 77. RGB value is (73,39,119). Sum of RGB (Red+Green+Blue) = 73+39+119=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #492777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492777 is #B6D888. Grayscale: #3A3A3A. Windows color (decimal): -11982985 or 7808841. OLE color: 7808841.

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

Color convert

RGB 73 39 119 -
CMYK 0.39 0.67 0 0.53
HSL 265.5º 0.51% 0.31% -
HSV(B) 265.5º 0.67% 0.47% -
XYZ 6.8 4.2 17.9 -
YUV 58.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 73 39 119 0.39 0.67 0 0.53 265.5 0.51 0.31
Hex 49 27 77 27 43 0 35 10A 33 1F
Octal 111 47 167 47 103 0 65 412 63 37
Binary 1001001 100111 1110111 100111 1000011 0 110101 100001010 110011 11111

Color Harmonies of #492777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492777

Black with #492777

Text Example


Text Example

White with #492777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492777; }

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

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

background-color css

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

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

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

border-color css

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

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

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