#462DA4

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

Shades of Blue Gem #462DA4

Tints of Blue Gem #462DA4

Color information

#462DA4 (or 0x462DA4) is unknown color: approx Blue Gem. HEX triplet: 46, 2D and A4. RGB value is (70,45,164). Sum of RGB (Red+Green+Blue) = 70+45+164=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #462DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DA4 is #B9D25B. Grayscale: #414141. Windows color (decimal): -12178012 or 10759494. OLE color: 10759494.

HSL color Cylindrical-coordinate representation of color #462DA4: hue angle of 252.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462DA4 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7045164-
CMYK0.570.7300.36
HSL252.61º56.94%40.98%-
HSV(B)252.61º72.56%64.31%-
XYZ10.175.8635.72-
YUV66.04183.28130.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 164 (64.45% from 255) = 58.78%
R=25.09%
G=16.13%
B=58.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70451640.570.7300.36252.6156.9440.98
Hex462DA43949024fd3929
Octal10655244711110443757151
Binary1000110101101101001001110011001001010010011111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462DA4; }

 p { color: rgb(70,45,164); }

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

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

 a { background-color: rgb(70,45,164); }

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

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

 span { border-color: rgb(70,45,164); }

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