Html Css Color HEX #462793 Blue Gem

📋 copy color: '#462793'

red 70 ◦ green 39 ◦ blue 147

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

Shades of Blue Gem #462793

Tints of Blue Gem #462793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 27.34%
G = 15.23%
B = 57.42%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462793 (or 0x462793) is known color: Blue Gem. HEX triplet: 46, 27 and 93. RGB value is (70,39,147). Sum of RGB (Red+Green+Blue) = 70+39+147=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #462793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462793 is #B9D86C. Grayscale: #3C3C3C. Windows color (decimal): -12179565 or 9643846. OLE color: 9643846.

HSL color Cylindrical-coordinate representation of color #462793: hue angle of 257.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462793 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 39 147 -
CMYK 0.52 0.73 0 0.42
HSL 257.22º 0.58% 0.36% -
HSV(B) 257.22º 0.73% 0.58% -
XYZ 8.52 4.86 28.09 -
YUV 60.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 70 39 147 0.52 0.73 0 0.42 257.22 0.58 0.36
Hex 46 27 93 34 49 0 2A 101 3A 24
Octal 106 47 223 64 111 0 52 401 72 44
Binary 1000110 100111 10010011 110100 1001001 0 101010 100000001 111010 100100

Color Harmonies of #462793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462793

Black with #462793

Text Example


Text Example

White with #462793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462793; }

 p { color: rgb(70,39,147); }

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

background-color css

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

 a { background-color: rgb(70,39,147); }

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

border-color css

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

 span { border-color: rgb(70,39,147); }

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