Html Css Color HEX #463089 Blue Gem

📋 copy color: '#463089'

red 70 ◦ green 48 ◦ blue 137

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

Shades of Blue Gem #463089

Tints of Blue Gem #463089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 27.45%
G = 18.82%
B = 53.73%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#463089 (or 0x463089) is known color: Blue Gem. HEX triplet: 46, 30 and 89. RGB value is (70,48,137). Sum of RGB (Red+Green+Blue) = 70+48+137=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #463089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463089 is #B9CF76. Grayscale: #404040. Windows color (decimal): -12177271 or 8990790. OLE color: 8990790.

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

Color convert

RGB 70 48 137 -
CMYK 0.49 0.65 0 0.46
HSL 254.83º 0.48% 0.36% -
HSV(B) 254.83º 0.65% 0.54% -
XYZ 8.1 5.22 24.25 -
YUV 64.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 70 48 137 0.49 0.65 0 0.46 254.83 0.48 0.36
Hex 46 30 89 31 41 0 2E FF 30 24
Octal 106 60 211 61 101 0 56 377 60 44
Binary 1000110 110000 10001001 110001 1000001 0 101110 11111111 110000 100100

Color Harmonies of #463089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463089

Black with #463089

Text Example


Text Example

White with #463089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463089; }

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

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

background-color css

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

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

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

border-color css

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

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

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