Html Css Color HEX #462AAD Blue Gem

📋 copy color: '#462AAD'

red 70 ◦ green 42 ◦ blue 173

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

Shades of Blue Gem #462AAD

Tints of Blue Gem #462AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 24.56%
G = 14.74%
B = 60.7%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#462AAD (or 0x462AAD) is known color: Blue Gem. HEX triplet: 46, 2A and AD. RGB value is (70,42,173). Sum of RGB (Red+Green+Blue) = 70+42+173=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #462AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AAD is #B9D552. Grayscale: #404040. Windows color (decimal): -12178771 or 11348550. OLE color: 11348550.

HSL color Cylindrical-coordinate representation of color #462AAD: hue angle of 252.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462AAD is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 42 173 -
CMYK 0.60 0.76 0 0.32
HSL 252.82º 0.61% 0.42% -
HSV(B) 252.82º 0.76% 0.68% -
XYZ 10.9 5.98 40.11 -
YUV 65.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 70 42 173 0.60 0.76 0 0.32 252.82 0.61 0.42
Hex 46 2A AD 3C 4C 0 20 FD 3D 2A
Octal 106 52 255 74 114 0 40 375 75 52
Binary 1000110 101010 10101101 111100 1001100 0 100000 11111101 111101 101010

Color Harmonies of #462AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AAD

Black with #462AAD

Text Example


Text Example

White with #462AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462AAD; }

 p { color: rgb(70,42,173); }

 H1.HeaderClassName
 {
   color: #462AAD;
 }
 .AnyTagClassName
 {
   color: #462AAD;
 }
</style>

background-color css

<style>
 a { background-color: #462AAD; }

 a { background-color: rgb(70,42,173); }

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

border-color css

<style>
 span { border-color: #462AAD; }

 span { border-color: rgb(70,42,173); }

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