Html Css Color HEX #463CAB Blue Gem

📋 copy color: '#463CAB'

red 70 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #463CAB

Tints of Blue Gem #463CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 23.26%
G = 19.93%
B = 56.81%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#463CAB (or 0x463CAB) is known color: Blue Gem. HEX triplet: 46, 3C and AB. RGB value is (70,60,171). Sum of RGB (Red+Green+Blue) = 70+60+171=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #463CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CAB is #B9C354. Grayscale: #4B4B4B. Windows color (decimal): -12174165 or 11222086. OLE color: 11222086.

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

Color convert

RGB 70 60 171 -
CMYK 0.59 0.65 0 0.33
HSL 245.41º 0.48% 0.45% -
HSV(B) 245.41º 0.65% 0.67% -
XYZ 11.49 7.47 39.37 -
YUV 75.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 70 60 171 0.59 0.65 0 0.33 245.41 0.48 0.45
Hex 46 3C AB 3B 41 0 21 F5 30 2D
Octal 106 74 253 73 101 0 41 365 60 55
Binary 1000110 111100 10101011 111011 1000001 0 100001 11110101 110000 101101

Color Harmonies of #463CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CAB

Black with #463CAB

Text Example


Text Example

White with #463CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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