Html Css Color HEX #462293 Blue Gem

📋 copy color: '#462293'

red 70 ◦ green 34 ◦ blue 147

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

Shades of Blue Gem #462293

Tints of Blue Gem #462293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

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

R = 27.89%
G = 13.55%
B = 58.57%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462293 (or 0x462293) is known color: Blue Gem. HEX triplet: 46, 22 and 93. RGB value is (70,34,147). Sum of RGB (Red+Green+Blue) = 70+34+147=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #462293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462293 is #B9DD6C. Grayscale: #393939. Windows color (decimal): -12180845 or 9642566. OLE color: 9642566.

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

Color convert

RGB 70 34 147 -
CMYK 0.52 0.77 0 0.42
HSL 259.12º 0.62% 0.35% -
HSV(B) 259.12º 0.77% 0.58% -
XYZ 8.36 4.55 28.04 -
YUV 57.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 70 34 147 0.52 0.77 0 0.42 259.12 0.62 0.35
Hex 46 22 93 34 4D 0 2A 103 3E 23
Octal 106 42 223 64 115 0 52 403 76 43
Binary 1000110 100010 10010011 110100 1001101 0 101010 100000011 111110 100011

Color Harmonies of #462293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462293

Black with #462293

Text Example


Text Example

White with #462293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462293; }

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

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

background-color css

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

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

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

border-color css

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

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

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