Html Css Color HEX #492477 Blue Diamond

📋 copy color: '#492477'

red 73 ◦ green 36 ◦ blue 119

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

Shades of Blue Diamond #492477

Tints of Blue Diamond #492477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 32.02%
G = 15.79%
B = 52.19%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492477 (or 0x492477) is known color: Blue Diamond. HEX triplet: 49, 24 and 77. RGB value is (73,36,119). Sum of RGB (Red+Green+Blue) = 73+36+119=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #492477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492477 is #B6DB88. Grayscale: #383838. Windows color (decimal): -11983753 or 7808073. OLE color: 7808073.

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

Color convert

RGB 73 36 119 -
CMYK 0.39 0.70 0 0.53
HSL 266.75º 0.54% 0.3% -
HSV(B) 266.75º 0.7% 0.47% -
XYZ 6.71 4.01 17.87 -
YUV 56.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 73 36 119 0.39 0.70 0 0.53 266.75 0.54 0.3
Hex 49 24 77 27 46 0 35 10B 36 1E
Octal 111 44 167 47 106 0 65 413 66 36
Binary 1001001 100100 1110111 100111 1000110 0 110101 100001011 110110 11110

Color Harmonies of #492477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492477

Black with #492477

Text Example


Text Example

White with #492477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492477; }

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

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

background-color css

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

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

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

border-color css

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

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

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