#492476

Color #492476 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #492476

Tints of Blue Diamond #492476

Color information

#492476 (or 0x492476) is unknown color: approx Blue Diamond. HEX triplet: 49, 24 and 76. RGB value is (73,36,118). Sum of RGB (Red+Green+Blue) = 73+36+118=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #492476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492476 is #B6DB89. Grayscale: #383838. Windows color (decimal): -11983754 or 7742537. OLE color: 7742537.

HSL color Cylindrical-coordinate representation of color #492476: hue angle of 267.07º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492476 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7336118-
CMYK0.380.6900.54
HSL267.07º53.25%30.2%-
HSV(B)267.07º69.49%46.27%-
XYZ6.653.9917.56-
YUV56.41162.76139.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=32.16%
G=15.86%
B=51.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73361180.380.6900.54267.0753.2530.2
Hex492476264503610b351e
Octal11144166461050664136536
Binary100100110010011101101001101000101011011010000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492476; }

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

 H1.HeaderClassName
 {
   color: #492476;
 }
 .AnyTagClassName
 {
   color: #492476;
 }
</style>
background-color css

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

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

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

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

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

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