Html Css Color HEX #462893 Blue Gem

📋 copy color: '#462893'

red 70 ◦ green 40 ◦ blue 147

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

Shades of Blue Gem #462893

Tints of Blue Gem #462893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

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

R = 27.24%
G = 15.56%
B = 57.2%

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

#462893 (or 0x462893) is known color: Blue Gem. HEX triplet: 46, 28 and 93. RGB value is (70,40,147). Sum of RGB (Red+Green+Blue) = 70+40+147=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #462893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462893 is #B9D76C. Grayscale: #3C3C3C. Windows color (decimal): -12179309 or 9644102. OLE color: 9644102.

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

Color convert

RGB 70 40 147 -
CMYK 0.52 0.73 0 0.42
HSL 256.82º 0.57% 0.37% -
HSV(B) 256.82º 0.73% 0.58% -
XYZ 8.55 4.93 28.1 -
YUV 61.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 70 40 147 0.52 0.73 0 0.42 256.82 0.57 0.37
Hex 46 28 93 34 49 0 2A 101 39 25
Octal 106 50 223 64 111 0 52 401 71 45
Binary 1000110 101000 10010011 110100 1001001 0 101010 100000001 111001 100101

Color Harmonies of #462893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462893

Black with #462893

Text Example


Text Example

White with #462893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462893; }

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

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

background-color css

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

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

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

border-color css

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

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

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