Html Css Color HEX #463699 Blue Gem

📋 copy color: '#463699'

red 70 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #463699

Tints of Blue Gem #463699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

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

R = 25.27%
G = 19.49%
B = 55.23%

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

#463699 (or 0x463699) is known color: Blue Gem. HEX triplet: 46, 36 and 99. RGB value is (70,54,153). Sum of RGB (Red+Green+Blue) = 70+54+153=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #463699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463699 is #B9C966. Grayscale: #454545. Windows color (decimal): -12175719 or 10040902. OLE color: 10040902.

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

Color convert

RGB 70 54 153 -
CMYK 0.54 0.65 0 0.4
HSL 249.7º 0.48% 0.41% -
HSV(B) 249.7º 0.65% 0.6% -
XYZ 9.59 6.24 30.84 -
YUV 70.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 70 54 153 0.54 0.65 0 0.4 249.7 0.48 0.41
Hex 46 36 99 36 41 0 28 FA 30 29
Octal 106 66 231 66 101 0 50 372 60 51
Binary 1000110 110110 10011001 110110 1000001 0 101000 11111010 110000 101001

Color Harmonies of #463699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463699

Black with #463699

Text Example


Text Example

White with #463699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463699; }

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

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

background-color css

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

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

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

border-color css

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

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

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