#463598

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

Shades of Blue Gem #463598

Tints of Blue Gem #463598

Color information

#463598 (or 0x463598) is unknown color: approx Blue Gem. HEX triplet: 46, 35 and 98. RGB value is (70,53,152). Sum of RGB (Red+Green+Blue) = 70+53+152=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #463598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463598 is #B9CA67. Grayscale: #444444. Windows color (decimal): -12175976 or 9975110. OLE color: 9975110.

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

Color convert

RGB7053152-
CMYK0.540.6500.40
HSL250.3º48.29%40.2%-
HSV(B)250.3º65.13%59.61%-
XYZ9.476.1230.39-
YUV69.37174.63128.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=25.45%
G=19.27%
B=55.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70531520.540.6500.40250.348.2940.2
Hex4635983641028fa3028
Octal10665230661010503726050
Binary1000110110101100110001101101000001010100011111010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463598; }

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

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

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

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

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

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

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

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