Html Css Color HEX #462DA2 Blue Gem

📋 copy color: '#462DA2'

red 70 ◦ green 45 ◦ blue 162

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

Shades of Blue Gem #462DA2

Tints of Blue Gem #462DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.48%

R = 25.27%
G = 16.25%
B = 58.48%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#462DA2 (or 0x462DA2) is known color: Blue Gem. HEX triplet: 46, 2D and A2. RGB value is (70,45,162). Sum of RGB (Red+Green+Blue) = 70+45+162=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #462DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DA2 is #B9D25D. Grayscale: #414141. Windows color (decimal): -12178014 or 10628422. OLE color: 10628422.

HSL color Cylindrical-coordinate representation of color #462DA2: hue angle of 252.82º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462DA2 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 45 162 -
CMYK 0.57 0.72 0 0.36
HSL 252.82º 0.57% 0.41% -
HSV(B) 252.82º 0.72% 0.64% -
XYZ 9.99 5.79 34.77 -
YUV 65.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 70 45 162 0.57 0.72 0 0.36 252.82 0.57 0.41
Hex 46 2D A2 39 48 0 24 FD 39 29
Octal 106 55 242 71 110 0 44 375 71 51
Binary 1000110 101101 10100010 111001 1001000 0 100100 11111101 111001 101001

Color Harmonies of #462DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DA2

Black with #462DA2

Text Example


Text Example

White with #462DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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