Html Css Color HEX #463599 Blue Gem

📋 copy color: '#463599'

red 70 ◦ green 53 ◦ blue 153

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

Shades of Blue Gem #463599

Tints of Blue Gem #463599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 25.36%
G = 19.2%
B = 55.43%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#463599 (or 0x463599) is known color: Blue Gem. HEX triplet: 46, 35 and 99. RGB value is (70,53,153). Sum of RGB (Red+Green+Blue) = 70+53+153=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #463599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463599 is #B9CA66. Grayscale: #454545. Windows color (decimal): -12175975 or 10040646. OLE color: 10040646.

HSL color Cylindrical-coordinate representation of color #463599: hue angle of 250.2º degrees, saturation: 0.49, 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 #463599 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 53 153 -
CMYK 0.54 0.65 0 0.4
HSL 250.2º 0.49% 0.4% -
HSV(B) 250.2º 0.65% 0.6% -
XYZ 9.55 6.15 30.82 -
YUV 69.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 70 53 153 0.54 0.65 0 0.4 250.2 0.49 0.4
Hex 46 35 99 36 41 0 28 FA 31 28
Octal 106 65 231 66 101 0 50 372 61 50
Binary 1000110 110101 10011001 110110 1000001 0 101000 11111010 110001 101000

Color Harmonies of #463599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463599

Black with #463599

Text Example


Text Example

White with #463599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463599; }

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

 H1.HeaderClassName
 {
   color: #463599;
 }
 .AnyTagClassName
 {
   color: #463599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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