Html Css Color HEX #463DAC Blue Gem

📋 copy color: '#463DAC'

red 70 ◦ green 61 ◦ blue 172

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

Shades of Blue Gem #463DAC

Tints of Blue Gem #463DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

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

R = 23.1%
G = 20.13%
B = 56.77%

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

#463DAC (or 0x463DAC) is known color: Blue Gem. HEX triplet: 46, 3D and AC. RGB value is (70,61,172). Sum of RGB (Red+Green+Blue) = 70+61+172=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #463DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DAC is #B9C253. Grayscale: #4B4B4B. Windows color (decimal): -12173908 or 11287878. OLE color: 11287878.

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

Color convert

RGB 70 61 172 -
CMYK 0.59 0.65 0 0.33
HSL 244.86º 0.48% 0.46% -
HSV(B) 244.86º 0.65% 0.67% -
XYZ 11.64 7.62 39.89 -
YUV 76.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 70 61 172 0.59 0.65 0 0.33 244.86 0.48 0.46
Hex 46 3D AC 3B 41 0 21 F5 30 2E
Octal 106 75 254 73 101 0 41 365 60 56
Binary 1000110 111101 10101100 111011 1000001 0 100001 11110101 110000 101110

Color Harmonies of #463DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DAC

Black with #463DAC

Text Example


Text Example

White with #463DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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