Html Css Color HEX #463AAB Blue Gem

📋 copy color: '#463AAB'

red 70 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #463AAB

Tints of Blue Gem #463AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

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

R = 23.41%
G = 19.4%
B = 57.19%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#463AAB (or 0x463AAB) is known color: Blue Gem. HEX triplet: 46, 3A and AB. RGB value is (70,58,171). Sum of RGB (Red+Green+Blue) = 70+58+171=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #463AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AAB is #B9C554. Grayscale: #4A4A4A. Windows color (decimal): -12174677 or 11221574. OLE color: 11221574.

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

Color convert

RGB 70 58 171 -
CMYK 0.59 0.66 0 0.33
HSL 246.37º 0.49% 0.45% -
HSV(B) 246.37º 0.66% 0.67% -
XYZ 11.39 7.27 39.33 -
YUV 74.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 70 58 171 0.59 0.66 0 0.33 246.37 0.49 0.45
Hex 46 3A AB 3B 42 0 21 F6 31 2D
Octal 106 72 253 73 102 0 41 366 61 55
Binary 1000110 111010 10101011 111011 1000010 0 100001 11110110 110001 101101

Color Harmonies of #463AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463AAB

Black with #463AAB

Text Example


Text Example

White with #463AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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