Html Css Color HEX #462DA3 Blue Gem

📋 copy color: '#462DA3'

red 70 ◦ green 45 ◦ blue 163

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

Shades of Blue Gem #462DA3

Tints of Blue Gem #462DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 58.63%

R = 25.18%
G = 16.19%
B = 58.63%

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

#462DA3 (or 0x462DA3) is known color: Blue Gem. HEX triplet: 46, 2D and A3. RGB value is (70,45,163). Sum of RGB (Red+Green+Blue) = 70+45+163=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #462DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DA3 is #B9D25C. Grayscale: #414141. Windows color (decimal): -12178013 or 10693958. OLE color: 10693958.

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

Color convert

RGB 70 45 163 -
CMYK 0.57 0.72 0 0.36
HSL 252.71º 0.57% 0.41% -
HSV(B) 252.71º 0.72% 0.64% -
XYZ 10.08 5.82 35.24 -
YUV 65.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 70 45 163 0.57 0.72 0 0.36 252.71 0.57 0.41
Hex 46 2D A3 39 48 0 24 FD 39 29
Octal 106 55 243 71 110 0 44 375 71 51
Binary 1000110 101101 10100011 111001 1001000 0 100100 11111101 111001 101001

Color Harmonies of #462DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DA3

Black with #462DA3

Text Example


Text Example

White with #462DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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