#492367

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

Shades of Blue Diamond #492367

Tints of Blue Diamond #492367

Color information

#492367 (or 0x492367) is unknown color: approx Blue Diamond. HEX triplet: 49, 23 and 67. RGB value is (73,35,103). Sum of RGB (Red+Green+Blue) = 73+35+103=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #492367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492367 is #B6DC98. Grayscale: #353535. Windows color (decimal): -11984025 or 6759241. OLE color: 6759241.

HSL color Cylindrical-coordinate representation of color #492367: hue angle of 273.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492367 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7335103-
CMYK0.290.6600.60
HSL273.53º49.28%27.06%-
HSV(B)273.53º66.02%40.39%-
XYZ5.83.613.22-
YUV54.11155.59141.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=34.60%
G=16.59%
B=48.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73351030.290.6600.60273.5349.2827.06
Hex4923671D4203C112311b
Octal11143147351020744226133
Binary10010011000111100111111011000010011110010001001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492367; }

 p { color: rgb(73,35,103); }

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

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

 a { background-color: rgb(73,35,103); }

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

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

 span { border-color: rgb(73,35,103); }

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