Html Css Color HEX #463389 Blue Gem

📋 copy color: '#463389'

red 70 ◦ green 51 ◦ blue 137

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

Shades of Blue Gem #463389

Tints of Blue Gem #463389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

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

R = 27.13%
G = 19.77%
B = 53.1%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#463389 (or 0x463389) is known color: Blue Gem. HEX triplet: 46, 33 and 89. RGB value is (70,51,137). Sum of RGB (Red+Green+Blue) = 70+51+137=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #463389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463389 is #B9CC76. Grayscale: #424242. Windows color (decimal): -12176503 or 8991558. OLE color: 8991558.

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

Color convert

RGB 70 51 137 -
CMYK 0.49 0.63 0 0.46
HSL 253.26º 0.46% 0.37% -
HSV(B) 253.26º 0.63% 0.54% -
XYZ 8.22 5.48 24.29 -
YUV 66.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 70 51 137 0.49 0.63 0 0.46 253.26 0.46 0.37
Hex 46 33 89 31 3F 0 2E FD 2E 25
Octal 106 63 211 61 77 0 56 375 56 45
Binary 1000110 110011 10001001 110001 111111 0 101110 11111101 101110 100101

Color Harmonies of #463389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463389

Black with #463389

Text Example


Text Example

White with #463389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463389; }

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

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

background-color css

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

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

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

border-color css

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

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

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