#462767

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

Shades of Blue Diamond #462767

Tints of Blue Diamond #462767

Color information

#462767 (or 0x462767) is unknown color: approx Blue Diamond. HEX triplet: 46, 27 and 67. RGB value is (70,39,103). Sum of RGB (Red+Green+Blue) = 70+39+103=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #462767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462767 is #B9D898. Grayscale: #373737. Windows color (decimal): -12179609 or 6760262. OLE color: 6760262.

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

Color convert

RGB7039103-
CMYK0.320.6200.60
HSL269.06º45.07%27.84%-
HSV(B)269.06º62.14%40.39%-
XYZ5.73.7313.25-
YUV55.56154.77138.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=33.02%
G=18.40%
B=48.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70391030.320.6200.60269.0645.0727.84
Hex462767203E03C10d2d1c
Octal1064714740760744155534
Binary10001101001111100111100000111110011110010000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462767; }

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

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

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

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

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

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

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

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