Html Css Color HEX #462DA1 Blue Gem

📋 copy color: '#462DA1'

red 70 ◦ green 45 ◦ blue 161

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

Shades of Blue Gem #462DA1

Tints of Blue Gem #462DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.33%

R = 25.36%
G = 16.3%
B = 58.33%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#462DA1 (or 0x462DA1) is known color: Blue Gem. HEX triplet: 46, 2D and A1. RGB value is (70,45,161). Sum of RGB (Red+Green+Blue) = 70+45+161=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #462DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DA1 is #B9D25E. Grayscale: #414141. Windows color (decimal): -12178015 or 10562886. OLE color: 10562886.

HSL color Cylindrical-coordinate representation of color #462DA1: hue angle of 252.93º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462DA1 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 45 161 -
CMYK 0.57 0.72 0 0.37
HSL 252.93º 0.56% 0.4% -
HSV(B) 252.93º 0.72% 0.63% -
XYZ 9.9 5.75 34.31 -
YUV 65.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 70 45 161 0.57 0.72 0 0.37 252.93 0.56 0.4
Hex 46 2D A1 39 48 0 25 FD 38 28
Octal 106 55 241 71 110 0 45 375 70 50
Binary 1000110 101101 10100001 111001 1001000 0 100101 11111101 111000 101000

Color Harmonies of #462DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DA1

Black with #462DA1

Text Example


Text Example

White with #462DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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