#462A98

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

Shades of Blue Gem #462A98

Tints of Blue Gem #462A98

Color information

#462A98 (or 0x462A98) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and 98. RGB value is (70,42,152). Sum of RGB (Red+Green+Blue) = 70+42+152=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #462A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462A98 is #B9D567. Grayscale: #3E3E3E. Windows color (decimal): -12178792 or 9972294. OLE color: 9972294.

HSL color Cylindrical-coordinate representation of color #462A98: hue angle of 255.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462A98 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7042152-
CMYK0.540.7200.40
HSL255.27º56.7%38.04%-
HSV(B)255.27º72.37%59.61%-
XYZ9.025.2330.24-
YUV62.91178.28133.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=26.52%
G=15.91%
B=57.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70421520.540.7200.40255.2756.738.04
Hex462A983648028ff3926
Octal10652230661100503777146
Binary1000110101010100110001101101001000010100011111111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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