#462167

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

Shades of Blue Diamond #462167

Tints of Blue Diamond #462167

Color information

#462167 (or 0x462167) is unknown color: approx Blue Diamond. HEX triplet: 46, 21 and 67. RGB value is (70,33,103). Sum of RGB (Red+Green+Blue) = 70+33+103=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #462167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462167 is #B9DE98. Grayscale: #333333. Windows color (decimal): -12181145 or 6758726. OLE color: 6758726.

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

Color convert

RGB7033103-
CMYK0.320.6800.60
HSL271.71º51.47%26.67%-
HSV(B)271.71º67.96%40.39%-
XYZ5.523.3713.19-
YUV52.04156.76140.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 103 (40.62% from 255) = 50%
R=33.98%
G=16.02%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70331030.320.6800.60271.7151.4726.67
Hex462167204403C110331b
Octal10641147401040744206333
Binary100011010000111001111000001000100011110010001000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462167; }

 p { color: rgb(70,33,103); }

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

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

 a { background-color: rgb(70,33,103); }

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

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

 span { border-color: rgb(70,33,103); }

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