#462474

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

Shades of Blue Diamond #462474

Tints of Blue Diamond #462474

Color information

#462474 (or 0x462474) is unknown color: approx Blue Diamond. HEX triplet: 46, 24 and 74. RGB value is (70,36,116). Sum of RGB (Red+Green+Blue) = 70+36+116=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #462474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462474 is #B9DB8B. Grayscale: #363636. Windows color (decimal): -12180364 or 7611462. OLE color: 7611462.

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

Color convert

RGB7036116-
CMYK0.400.6900.55
HSL265.5º52.63%29.8%-
HSV(B)265.5º68.97%45.49%-
XYZ6.313.8216.93-
YUV55.29162.26138.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=31.53%
G=16.22%
B=52.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70361160.400.6900.55265.552.6329.8
Hex462474284503710a351e
Octal10644164501050674126536
Binary100011010010011101001010001000101011011110000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462474; }

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

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

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

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

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

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

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

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