Html Css Color HEX #462593 Blue Gem

📋 copy color: '#462593'

red 70 ◦ green 37 ◦ blue 147

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

Shades of Blue Gem #462593

Tints of Blue Gem #462593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 27.56%
G = 14.57%
B = 57.87%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462593 (or 0x462593) is known color: Blue Gem. HEX triplet: 46, 25 and 93. RGB value is (70,37,147). Sum of RGB (Red+Green+Blue) = 70+37+147=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #462593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462593 is #B9DA6C. Grayscale: #3B3B3B. Windows color (decimal): -12180077 or 9643334. OLE color: 9643334.

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

Color convert

RGB 70 37 147 -
CMYK 0.52 0.75 0 0.42
HSL 258º 0.6% 0.36% -
HSV(B) 258º 0.75% 0.58% -
XYZ 8.45 4.73 28.07 -
YUV 59.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 70 37 147 0.52 0.75 0 0.42 258 0.6 0.36
Hex 46 25 93 34 4B 0 2A 102 3C 24
Octal 106 45 223 64 113 0 52 402 74 44
Binary 1000110 100101 10010011 110100 1001011 0 101010 100000010 111100 100100

Color Harmonies of #462593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462593

Black with #462593

Text Example


Text Example

White with #462593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462593; }

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

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

background-color css

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

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

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

border-color css

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

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

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