Html Css Color HEX #463CAE Blue Gem

📋 copy color: '#463CAE'

red 70 ◦ green 60 ◦ blue 174

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

Shades of Blue Gem #463CAE

Tints of Blue Gem #463CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 23.03%
G = 19.74%
B = 57.24%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#463CAE (or 0x463CAE) is known color: Blue Gem. HEX triplet: 46, 3C and AE. RGB value is (70,60,174). Sum of RGB (Red+Green+Blue) = 70+60+174=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #463CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CAE is #B9C351. Grayscale: #4B4B4B. Windows color (decimal): -12174162 or 11418694. OLE color: 11418694.

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

Color convert

RGB 70 60 174 -
CMYK 0.60 0.66 0 0.32
HSL 245.26º 0.49% 0.46% -
HSV(B) 245.26º 0.66% 0.68% -
XYZ 11.78 7.59 40.89 -
YUV 75.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 70 60 174 0.60 0.66 0 0.32 245.26 0.49 0.46
Hex 46 3C AE 3C 42 0 20 F5 31 2E
Octal 106 74 256 74 102 0 40 365 61 56
Binary 1000110 111100 10101110 111100 1000010 0 100000 11110101 110001 101110

Color Harmonies of #463CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CAE

Black with #463CAE

Text Example


Text Example

White with #463CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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