Html Css Color HEX #463EAB Blue Gem

📋 copy color: '#463EAB'

red 70 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #463EAB

Tints of Blue Gem #463EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 23.1%
G = 20.46%
B = 56.44%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#463EAB (or 0x463EAB) is known color: Blue Gem. HEX triplet: 46, 3E and AB. RGB value is (70,62,171). Sum of RGB (Red+Green+Blue) = 70+62+171=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #463EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463EAB is #B9C154. Grayscale: #4C4C4C. Windows color (decimal): -12173653 or 11222598. OLE color: 11222598.

HSL color Cylindrical-coordinate representation of color #463EAB: hue angle of 244.4º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463EAB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 62 171 -
CMYK 0.59 0.64 0 0.33
HSL 244.4º 0.47% 0.46% -
HSV(B) 244.4º 0.64% 0.67% -
XYZ 11.6 7.69 39.4 -
YUV 76.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 70 62 171 0.59 0.64 0 0.33 244.4 0.47 0.46
Hex 46 3E AB 3B 40 0 21 F4 2F 2E
Octal 106 76 253 73 100 0 41 364 57 56
Binary 1000110 111110 10101011 111011 1000000 0 100001 11110100 101111 101110

Color Harmonies of #463EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EAB

Black with #463EAB

Text Example


Text Example

White with #463EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463EAB; }

 p { color: rgb(70,62,171); }

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

background-color css

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

 a { background-color: rgb(70,62,171); }

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

border-color css

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

 span { border-color: rgb(70,62,171); }

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