#462866

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

Shades of Blue Diamond #462866

Tints of Blue Diamond #462866

Color information

#462866 (or 0x462866) is unknown color: approx Blue Diamond. HEX triplet: 46, 28 and 66. RGB value is (70,40,102). Sum of RGB (Red+Green+Blue) = 70+40+102=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #462866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462866 is #B9D799. Grayscale: #373737. Windows color (decimal): -12179354 or 6694982. OLE color: 6694982.

HSL color Cylindrical-coordinate representation of color #462866: hue angle of 269.03º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462866 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7040102-
CMYK0.310.6100.6
HSL269.03º43.66%27.84%-
HSV(B)269.03º60.78%40%-
XYZ5.683.7813-
YUV56.04153.94137.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=33.02%
G=18.87%
B=48.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70401020.310.6100.6269.0343.6627.84
Hex4628661F3D03C10d2c1c
Octal1065014637750744155434
Binary1000110101000110011011111111101011110010000110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462866; }

 p { color: rgb(70,40,102); }

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

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

 a { background-color: rgb(70,40,102); }

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

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

 span { border-color: rgb(70,40,102); }

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