Html Css Color HEX #463999 Blue Gem

📋 copy color: '#463999'

red 70 ◦ green 57 ◦ blue 153

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

Shades of Blue Gem #463999

Tints of Blue Gem #463999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 25%
G = 20.36%
B = 54.64%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#463999 (or 0x463999) is known color: Blue Gem. HEX triplet: 46, 39 and 99. RGB value is (70,57,153). Sum of RGB (Red+Green+Blue) = 70+57+153=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #463999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463999 is #B9C666. Grayscale: #474747. Windows color (decimal): -12174951 or 10041670. OLE color: 10041670.

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

Color convert

RGB 70 57 153 -
CMYK 0.54 0.63 0 0.4
HSL 248.13º 0.46% 0.41% -
HSV(B) 248.13º 0.63% 0.6% -
XYZ 9.74 6.53 30.88 -
YUV 71.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 70 57 153 0.54 0.63 0 0.4 248.13 0.46 0.41
Hex 46 39 99 36 3F 0 28 F8 2E 29
Octal 106 71 231 66 77 0 50 370 56 51
Binary 1000110 111001 10011001 110110 111111 0 101000 11111000 101110 101001

Color Harmonies of #463999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463999

Black with #463999

Text Example


Text Example

White with #463999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463999; }

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

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

background-color css

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

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

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

border-color css

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

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

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