#462998

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

Shades of Blue Gem #462998

Tints of Blue Gem #462998

Color information

#462998 (or 0x462998) is unknown color: approx Blue Gem. HEX triplet: 46, 29 and 98. RGB value is (70,41,152). Sum of RGB (Red+Green+Blue) = 70+41+152=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #462998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462998 is #B9D667. Grayscale: #3D3D3D. Windows color (decimal): -12179048 or 9972038. OLE color: 9972038.

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

Color convert

RGB7041152-
CMYK0.540.7300.40
HSL255.68º57.51%37.84%-
HSV(B)255.68º73.03%59.61%-
XYZ8.995.1530.23-
YUV62.32178.61133.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 152 (59.77% from 255) = 57.79%
R=26.62%
G=15.59%
B=57.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70411520.540.7300.40255.6857.5137.84
Hex46299836490281003a26
Octal10651230661110504007246
Binary10001101010011001100011011010010010101000100000000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462998; }

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

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

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

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

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

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

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

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