Html Css Color HEX #463CAA Blue Gem

📋 copy color: '#463CAA'

red 70 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #463CAA

Tints of Blue Gem #463CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 23.33%
G = 20%
B = 56.67%

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

#463CAA (or 0x463CAA) is known color: Blue Gem. HEX triplet: 46, 3C and AA. RGB value is (70,60,170). Sum of RGB (Red+Green+Blue) = 70+60+170=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #463CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CAA is #B9C355. Grayscale: #4B4B4B. Windows color (decimal): -12174166 or 11156550. OLE color: 11156550.

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

Color convert

RGB 70 60 170 -
CMYK 0.59 0.65 0 0.33
HSL 245.45º 0.48% 0.45% -
HSV(B) 245.45º 0.65% 0.67% -
XYZ 11.4 7.44 38.86 -
YUV 75.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 70 60 170 0.59 0.65 0 0.33 245.45 0.48 0.45
Hex 46 3C AA 3B 41 0 21 F5 30 2D
Octal 106 74 252 73 101 0 41 365 60 55
Binary 1000110 111100 10101010 111011 1000001 0 100001 11110101 110000 101101

Color Harmonies of #463CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CAA

Black with #463CAA

Text Example


Text Example

White with #463CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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