Html Css Color HEX #463591 Blue Gem

📋 copy color: '#463591'

red 70 ◦ green 53 ◦ blue 145

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

Shades of Blue Gem #463591

Tints of Blue Gem #463591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 26.12%
G = 19.78%
B = 54.1%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463591 (or 0x463591) is known color: Blue Gem. HEX triplet: 46, 35 and 91. RGB value is (70,53,145). Sum of RGB (Red+Green+Blue) = 70+53+145=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #463591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463591 is #B9CA6E. Grayscale: #444444. Windows color (decimal): -12175983 or 9516358. OLE color: 9516358.

HSL color Cylindrical-coordinate representation of color #463591: hue angle of 251.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463591 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 53 145 -
CMYK 0.52 0.63 0 0.43
HSL 251.09º 0.46% 0.39% -
HSV(B) 251.09º 0.63% 0.57% -
XYZ 8.91 5.89 27.46 -
YUV 68.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 70 53 145 0.52 0.63 0 0.43 251.09 0.46 0.39
Hex 46 35 91 34 3F 0 2B FB 2E 27
Octal 106 65 221 64 77 0 53 373 56 47
Binary 1000110 110101 10010001 110100 111111 0 101011 11111011 101110 100111

Color Harmonies of #463591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463591

Black with #463591

Text Example


Text Example

White with #463591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463591; }

 p { color: rgb(70,53,145); }

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

background-color css

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

 a { background-color: rgb(70,53,145); }

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

border-color css

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

 span { border-color: rgb(70,53,145); }

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