#462074

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

Shades of Blue Diamond #462074

Tints of Blue Diamond #462074

Color information

#462074 (or 0x462074) is unknown color: approx Blue Diamond. HEX triplet: 46, 20 and 74. RGB value is (70,32,116). Sum of RGB (Red+Green+Blue) = 70+32+116=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #462074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462074 is #B9DF8B. Grayscale: #343434. Windows color (decimal): -12181388 or 7610438. OLE color: 7610438.

HSL color Cylindrical-coordinate representation of color #462074: hue angle of 267.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462074 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7032116-
CMYK0.400.7200.55
HSL267.14º56.76%29.02%-
HSV(B)267.14º72.41%45.49%-
XYZ6.193.616.89-
YUV52.94163.59140.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=32.11%
G=14.68%
B=53.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70321160.400.7200.55267.1456.7629.02
Hex462074284803710b391d
Octal10640164501100674137135
Binary100011010000011101001010001001000011011110000101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462074; }

 p { color: rgb(70,32,116); }

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

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

 a { background-color: rgb(70,32,116); }

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

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

 span { border-color: rgb(70,32,116); }

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