#462A9C

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

Shades of Blue Gem #462A9C

Tints of Blue Gem #462A9C

Color information

#462A9C (or 0x462A9C) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 9C. RGB value is (70,42,156). Sum of RGB (Red+Green+Blue) = 70+42+156=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #462A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A9C is #B9D563. Grayscale: #3E3E3E. Windows color (decimal): -12178788 or 10234438. OLE color: 10234438.

HSL color Cylindrical-coordinate representation of color #462A9C: hue angle of 254.74º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462A9C is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7042156-
CMYK0.550.7300.39
HSL254.74º57.58%38.82%-
HSV(B)254.74º73.08%61.18%-
XYZ9.355.3631.99-
YUV63.37180.28132.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=26.12%
G=15.67%
B=58.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70421560.550.7300.39254.7457.5838.82
Hex462A9C3749027ff3a27
Octal10652234671110473777247
Binary1000110101010100111001101111001001010011111111111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,42,156); }

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

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

 a { background-color: rgb(70,42,156); }

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

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

 span { border-color: rgb(70,42,156); }

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