Html Css Color HEX #462DA0 Blue Gem

📋 copy color: '#462DA0'

red 70 ◦ green 45 ◦ blue 160

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

Shades of Blue Gem #462DA0

Tints of Blue Gem #462DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 58.18%

R = 25.45%
G = 16.36%
B = 58.18%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#462DA0 (or 0x462DA0) is known color: Blue Gem. HEX triplet: 46, 2D and A0. RGB value is (70,45,160). Sum of RGB (Red+Green+Blue) = 70+45+160=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #462DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DA0 is #B9D25F. Grayscale: #414141. Windows color (decimal): -12178016 or 10497350. OLE color: 10497350.

HSL color Cylindrical-coordinate representation of color #462DA0: hue angle of 253.04º 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 #462DA0 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 45 160 -
CMYK 0.56 0.72 0 0.37
HSL 253.04º 0.56% 0.4% -
HSV(B) 253.04º 0.72% 0.63% -
XYZ 9.81 5.72 33.84 -
YUV 65.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 70 45 160 0.56 0.72 0 0.37 253.04 0.56 0.4
Hex 46 2D A0 38 48 0 25 FD 38 28
Octal 106 55 240 70 110 0 45 375 70 50
Binary 1000110 101101 10100000 111000 1001000 0 100101 11111101 111000 101000

Color Harmonies of #462DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DA0

Black with #462DA0

Text Example


Text Example

White with #462DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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