Html Css Color HEX #463489 Blue Gem

📋 copy color: '#463489'

red 70 ◦ green 52 ◦ blue 137

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

Shades of Blue Gem #463489

Tints of Blue Gem #463489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 27.03%
G = 20.08%
B = 52.9%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#463489 (or 0x463489) is known color: Blue Gem. HEX triplet: 46, 34 and 89. RGB value is (70,52,137). Sum of RGB (Red+Green+Blue) = 70+52+137=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #463489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463489 is #B9CB76. Grayscale: #424242. Windows color (decimal): -12176247 or 8991814. OLE color: 8991814.

HSL color Cylindrical-coordinate representation of color #463489: hue angle of 252.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463489 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 52 137 -
CMYK 0.49 0.62 0 0.46
HSL 252.71º 0.45% 0.37% -
HSV(B) 252.71º 0.62% 0.54% -
XYZ 8.27 5.56 24.31 -
YUV 67.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 70 52 137 0.49 0.62 0 0.46 252.71 0.45 0.37
Hex 46 34 89 31 3E 0 2E FD 2D 25
Octal 106 64 211 61 76 0 56 375 55 45
Binary 1000110 110100 10001001 110001 111110 0 101110 11111101 101101 100101

Color Harmonies of #463489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463489

Black with #463489

Text Example


Text Example

White with #463489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463489; }

 p { color: rgb(70,52,137); }

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

background-color css

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

 a { background-color: rgb(70,52,137); }

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

border-color css

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

 span { border-color: rgb(70,52,137); }

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