Html Css Color HEX #463899 Blue Gem

📋 copy color: '#463899'

red 70 ◦ green 56 ◦ blue 153

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

Shades of Blue Gem #463899

Tints of Blue Gem #463899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

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

R = 25.09%
G = 20.07%
B = 54.84%

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

#463899 (or 0x463899) is known color: Blue Gem. HEX triplet: 46, 38 and 99. RGB value is (70,56,153). Sum of RGB (Red+Green+Blue) = 70+56+153=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #463899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463899 is #B9C766. Grayscale: #464646. Windows color (decimal): -12175207 or 10041414. OLE color: 10041414.

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

Color convert

RGB 70 56 153 -
CMYK 0.54 0.63 0 0.4
HSL 248.66º 0.46% 0.41% -
HSV(B) 248.66º 0.63% 0.6% -
XYZ 9.69 6.43 30.87 -
YUV 71.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 70 56 153 0.54 0.63 0 0.4 248.66 0.46 0.41
Hex 46 38 99 36 3F 0 28 F9 2E 29
Octal 106 70 231 66 77 0 50 371 56 51
Binary 1000110 111000 10011001 110110 111111 0 101000 11111001 101110 101001

Color Harmonies of #463899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463899

Black with #463899

Text Example


Text Example

White with #463899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463899; }

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

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

background-color css

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

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

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

border-color css

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

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

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