Html Css Color HEX #462DAE Blue Gem

📋 copy color: '#462DAE'

red 70 ◦ green 45 ◦ blue 174

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

Shades of Blue Gem #462DAE

Tints of Blue Gem #462DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 24.22%
G = 15.57%
B = 60.21%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#462DAE (or 0x462DAE) is known color: Blue Gem. HEX triplet: 46, 2D and AE. RGB value is (70,45,174). Sum of RGB (Red+Green+Blue) = 70+45+174=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #462DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DAE is #B9D251. Grayscale: #424242. Windows color (decimal): -12178002 or 11414854. OLE color: 11414854.

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

Color convert

RGB 70 45 174 -
CMYK 0.60 0.74 0 0.32
HSL 251.63º 0.59% 0.43% -
HSV(B) 251.63º 0.74% 0.68% -
XYZ 11.1 6.23 40.66 -
YUV 67.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 70 45 174 0.60 0.74 0 0.32 251.63 0.59 0.43
Hex 46 2D AE 3C 4A 0 20 FC 3B 2B
Octal 106 55 256 74 112 0 40 374 73 53
Binary 1000110 101101 10101110 111100 1001010 0 100000 11111100 111011 101011

Color Harmonies of #462DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DAE

Black with #462DAE

Text Example


Text Example

White with #462DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,45,174); }

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

background-color css

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

 a { background-color: rgb(70,45,174); }

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

border-color css

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

 span { border-color: rgb(70,45,174); }

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