Html Css Color HEX #463DAB Blue Gem

📋 copy color: '#463DAB'

red 70 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #463DAB

Tints of Blue Gem #463DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 23.18%
G = 20.2%
B = 56.62%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#463DAB (or 0x463DAB) is known color: Blue Gem. HEX triplet: 46, 3D and AB. RGB value is (70,61,171). Sum of RGB (Red+Green+Blue) = 70+61+171=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #463DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DAB is #B9C254. Grayscale: #4B4B4B. Windows color (decimal): -12173909 or 11222342. OLE color: 11222342.

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

Color convert

RGB 70 61 171 -
CMYK 0.59 0.64 0 0.33
HSL 244.91º 0.47% 0.45% -
HSV(B) 244.91º 0.64% 0.67% -
XYZ 11.55 7.58 39.38 -
YUV 76.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 70 61 171 0.59 0.64 0 0.33 244.91 0.47 0.45
Hex 46 3D AB 3B 40 0 21 F5 2F 2D
Octal 106 75 253 73 100 0 41 365 57 55
Binary 1000110 111101 10101011 111011 1000000 0 100001 11110101 101111 101101

Color Harmonies of #463DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DAB

Black with #463DAB

Text Example


Text Example

White with #463DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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