#462BAC

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

Shades of Blue Gem #462BAC

Tints of Blue Gem #462BAC

Color information

#462BAC (or 0x462BAC) is unknown color: approx Blue Gem. HEX triplet: 46, 2B and AC. RGB value is (70,43,172). Sum of RGB (Red+Green+Blue) = 70+43+172=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #462BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462BAC is #B9D453. Grayscale: #414141. Windows color (decimal): -12178516 or 11283270. OLE color: 11283270.

HSL color Cylindrical-coordinate representation of color #462BAC: hue angle of 252.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462BAC is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7043172-
CMYK0.590.7500.33
HSL252.56º60%42.16%-
HSV(B)252.56º75%67.45%-
XYZ10.846.0139.62-
YUV65.78187.95131.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=24.56%
G=15.09%
B=60.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70431720.590.7500.33252.566042.16
Hex462BAC3B4B021fd3c2a
Octal10653254731130413757452
Binary1000110101011101011001110111001011010000111111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,43,172); }

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

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

 a { background-color: rgb(70,43,172); }

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

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

 span { border-color: rgb(70,43,172); }

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