Html Css Color HEX #463AAC Blue Gem

📋 copy color: '#463AAC'

red 70 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #463AAC

Tints of Blue Gem #463AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 23.33%
G = 19.33%
B = 57.33%

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

#463AAC (or 0x463AAC) is known color: Blue Gem. HEX triplet: 46, 3A and AC. RGB value is (70,58,172). Sum of RGB (Red+Green+Blue) = 70+58+172=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #463AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AAC is #B9C553. Grayscale: #4A4A4A. Windows color (decimal): -12174676 or 11287110. OLE color: 11287110.

HSL color Cylindrical-coordinate representation of color #463AAC: hue angle of 246.32º degrees, saturation: 0.5, 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 #463AAC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 58 172 -
CMYK 0.59 0.66 0 0.33
HSL 246.32º 0.5% 0.45% -
HSV(B) 246.32º 0.66% 0.67% -
XYZ 11.49 7.31 39.83 -
YUV 74.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 70 58 172 0.59 0.66 0 0.33 246.32 0.5 0.45
Hex 46 3A AC 3B 42 0 21 F6 32 2D
Octal 106 72 254 73 102 0 41 366 62 55
Binary 1000110 111010 10101100 111011 1000010 0 100001 11110110 110010 101101

Color Harmonies of #463AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463AAC

Black with #463AAC

Text Example


Text Example

White with #463AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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