#462267

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

Shades of Blue Diamond #462267

Tints of Blue Diamond #462267

Color information

#462267 (or 0x462267) is unknown color: approx Blue Diamond. HEX triplet: 46, 22 and 67. RGB value is (70,34,103). Sum of RGB (Red+Green+Blue) = 70+34+103=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #462267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462267 is #B9DD98. Grayscale: #343434. Windows color (decimal): -12180889 or 6758982. OLE color: 6758982.

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

Color convert

RGB7034103-
CMYK0.320.6700.60
HSL271.3º50.36%26.86%-
HSV(B)271.3º66.99%40.39%-
XYZ5.553.4313.2-
YUV52.63156.43140.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=33.82%
G=16.43%
B=49.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70341030.320.6700.60271.350.3626.86
Hex462267204303C10f321b
Octal10642147401030744176233
Binary100011010001011001111000001000011011110010000111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462267; }

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

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

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

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

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

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

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

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