Html Css Color HEX #463088 Blue Gem

📋 copy color: '#463088'

red 70 ◦ green 48 ◦ blue 136

#463088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #463088

Tints of Blue Gem #463088

RGB

 RED value IS 70 (27.73% from 255) = 27.56%

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 27.56%
G = 18.9%
B = 53.54%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463088 (or 0x463088) is known color: 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

RGB 70 48 136 -
CMYK 0.49 0.65 0 0.47
HSL 255º 0.48% 0.36% -
HSV(B) 255º 0.65% 0.53% -
XYZ 8.03 5.19 23.87 -
YUV 64.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 70 48 136 0.49 0.65 0 0.47 255 0.48 0.36
Hex 46 30 88 31 41 0 2F FF 30 24
Octal 106 60 210 61 101 0 57 377 60 44
Binary 1000110 110000 10001000 110001 1000001 0 101111 11111111 110000 100100

Color Harmonies of #463088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463088

Black with #463088

Text Example


Text Example

White with #463088

Text Example


Text Example

HTML Codes & Css Web 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>