Html Css Color HEX #463BAE Blue Gem

📋 copy color: '#463BAE'

red 70 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #463BAE

Tints of Blue Gem #463BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

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

R = 23.1%
G = 19.47%
B = 57.43%

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

#463BAE (or 0x463BAE) is known color: Blue Gem. HEX triplet: 46, 3B and AE. RGB value is (70,59,174). Sum of RGB (Red+Green+Blue) = 70+59+174=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #463BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BAE is #B9C451. Grayscale: #4A4A4A. Windows color (decimal): -12174418 or 11418438. OLE color: 11418438.

HSL color Cylindrical-coordinate representation of color #463BAE: hue angle of 245.74º 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 #463BAE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 59 174 -
CMYK 0.60 0.66 0 0.32
HSL 245.74º 0.49% 0.46% -
HSV(B) 245.74º 0.66% 0.68% -
XYZ 11.73 7.49 40.87 -
YUV 75.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 70 59 174 0.60 0.66 0 0.32 245.74 0.49 0.46
Hex 46 3B AE 3C 42 0 20 F6 31 2E
Octal 106 73 256 74 102 0 40 366 61 56
Binary 1000110 111011 10101110 111100 1000010 0 100000 11110110 110001 101110

Color Harmonies of #463BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BAE

Black with #463BAE

Text Example


Text Example

White with #463BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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