Html Css Color HEX #463691 Blue Gem

📋 copy color: '#463691'

red 70 ◦ green 54 ◦ blue 145

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

Shades of Blue Gem #463691

Tints of Blue Gem #463691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

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

R = 26.02%
G = 20.07%
B = 53.9%

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

#463691 (or 0x463691) is known color: Blue Gem. HEX triplet: 46, 36 and 91. RGB value is (70,54,145). Sum of RGB (Red+Green+Blue) = 70+54+145=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #463691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463691 is #B9C96E. Grayscale: #444444. Windows color (decimal): -12175727 or 9516614. OLE color: 9516614.

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

Color convert

RGB 70 54 145 -
CMYK 0.52 0.63 0 0.43
HSL 250.55º 0.46% 0.39% -
HSV(B) 250.55º 0.63% 0.57% -
XYZ 8.96 5.98 27.47 -
YUV 69.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 70 54 145 0.52 0.63 0 0.43 250.55 0.46 0.39
Hex 46 36 91 34 3F 0 2B FB 2E 27
Octal 106 66 221 64 77 0 53 373 56 47
Binary 1000110 110110 10010001 110100 111111 0 101011 11111011 101110 100111

Color Harmonies of #463691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463691

Black with #463691

Text Example


Text Example

White with #463691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463691; }

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

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

background-color css

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

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

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

border-color css

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

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

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