#462198

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

Shades of Blue Gem #462198

Tints of Blue Gem #462198

Color information

#462198 (or 0x462198) is unknown color: approx Blue Gem. HEX triplet: 46, 21 and 98. RGB value is (70,33,152). Sum of RGB (Red+Green+Blue) = 70+33+152=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #462198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462198 is #B9DE67. Grayscale: #393939. Windows color (decimal): -12181096 or 9969990. OLE color: 9969990.

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

Color convert

RGB7033152-
CMYK0.540.7800.40
HSL258.66º64.32%36.27%-
HSV(B)258.66º78.29%59.61%-
XYZ8.744.6630.14-
YUV57.63181.26136.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 152 (59.77% from 255) = 59.61%
R=27.45%
G=12.94%
B=59.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70331520.540.7800.40258.6664.3236.27
Hex462198364E0281034024
Octal106412306611605040310044
Binary100011010000110011000110110100111001010001000000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462198; }

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

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

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

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

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

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

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

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