#463088

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

Shades of Blue Gem #463088

Tints of Blue Gem #463088

Color information

#463088 (or 0x463088) is unknown color: approx Blue Gem. HEX triplet: 46, 30 and 88. RGB value is (70,48,136). Sum of RGB (Red+Green+Blue) = 70+48+136=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #463088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463088 is #B9CF77. Grayscale: #404040. Windows color (decimal): -12177272 or 8925254. OLE color: 8925254.

HSL color Cylindrical-coordinate representation of color #463088: hue angle of 255º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463088 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7048136-
CMYK0.490.6500.47
HSL255º47.83%36.08%-
HSV(B)255º64.71%53.33%-
XYZ8.035.1923.87-
YUV64.61168.29131.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=27.56%
G=18.90%
B=53.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70481360.490.6500.4725547.8336.08
Hex463088314102Fff3024
Octal10660210611010573776044
Binary1000110110000100010001100011000001010111111111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463088; }

 p { color: rgb(70,48,136); }

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

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

 a { background-color: rgb(70,48,136); }

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

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

 span { border-color: rgb(70,48,136); }

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