Html Css Color HEX #463CAD Blue Gem

📋 copy color: '#463CAD'

red 70 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #463CAD

Tints of Blue Gem #463CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 23.1%
G = 19.8%
B = 57.1%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#463CAD (or 0x463CAD) is known color: Blue Gem. HEX triplet: 46, 3C and AD. RGB value is (70,60,173). Sum of RGB (Red+Green+Blue) = 70+60+173=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #463CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CAD is #B9C352. Grayscale: #4B4B4B. Windows color (decimal): -12174163 or 11353158. OLE color: 11353158.

HSL color Cylindrical-coordinate representation of color #463CAD: hue angle of 245.31º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463CAD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 60 173 -
CMYK 0.60 0.65 0 0.32
HSL 245.31º 0.48% 0.46% -
HSV(B) 245.31º 0.65% 0.68% -
XYZ 11.68 7.55 40.38 -
YUV 75.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 70 60 173 0.60 0.65 0 0.32 245.31 0.48 0.46
Hex 46 3C AD 3C 41 0 20 F5 30 2E
Octal 106 74 255 74 101 0 40 365 60 56
Binary 1000110 111100 10101101 111100 1000001 0 100000 11110101 110000 101110

Color Harmonies of #463CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CAD

Black with #463CAD

Text Example


Text Example

White with #463CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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