Html Css Color HEX #463DAA Blue Gem

📋 copy color: '#463DAA'

red 70 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #463DAA

Tints of Blue Gem #463DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 23.26%
G = 20.27%
B = 56.48%

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

#463DAA (or 0x463DAA) is known color: Blue Gem. HEX triplet: 46, 3D and AA. RGB value is (70,61,170). Sum of RGB (Red+Green+Blue) = 70+61+170=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #463DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DAA is #B9C255. Grayscale: #4B4B4B. Windows color (decimal): -12173910 or 11156806. OLE color: 11156806.

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

Color convert

RGB 70 61 170 -
CMYK 0.59 0.64 0 0.33
HSL 244.95º 0.47% 0.45% -
HSV(B) 244.95º 0.64% 0.67% -
XYZ 11.45 7.54 38.88 -
YUV 76.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 70 61 170 0.59 0.64 0 0.33 244.95 0.47 0.45
Hex 46 3D AA 3B 40 0 21 F5 2F 2D
Octal 106 75 252 73 100 0 41 365 57 55
Binary 1000110 111101 10101010 111011 1000000 0 100001 11110101 101111 101101

Color Harmonies of #463DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DAA

Black with #463DAA

Text Example


Text Example

White with #463DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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