#492675

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

Shades of Blue Diamond #492675

Tints of Blue Diamond #492675

Color information

#492675 (or 0x492675) is unknown color: approx Blue Diamond. HEX triplet: 49, 26 and 75. RGB value is (73,38,117). Sum of RGB (Red+Green+Blue) = 73+38+117=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #492675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492675 is #B6D98A. Grayscale: #393939. Windows color (decimal): -11983243 or 7677513. OLE color: 7677513.

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

Color convert

RGB7338117-
CMYK0.380.6800.54
HSL266.58º50.97%30.39%-
HSV(B)266.58º67.52%45.88%-
XYZ6.654.0917.27-
YUV57.47161.6139.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=32.02%
G=16.67%
B=51.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73381170.380.6800.54266.5850.9730.39
Hex492675264403610b331e
Octal11146165461040664136336
Binary100100110011011101011001101000100011011010000101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492675; }

 p { color: rgb(73,38,117); }

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

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

 a { background-color: rgb(73,38,117); }

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

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

 span { border-color: rgb(73,38,117); }

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