Html Css Color HEX #462595 Blue Gem

📋 copy color: '#462595'

red 70 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #462595

Tints of Blue Gem #462595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 27.34%
G = 14.45%
B = 58.2%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462595 (or 0x462595) is known color: Blue Gem. HEX triplet: 46, 25 and 95. RGB value is (70,37,149). Sum of RGB (Red+Green+Blue) = 70+37+149=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #462595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462595 is #B9DA6A. Grayscale: #3B3B3B. Windows color (decimal): -12180075 or 9774406. OLE color: 9774406.

HSL color Cylindrical-coordinate representation of color #462595: hue angle of 257.68º 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 #462595 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 37 149 -
CMYK 0.53 0.75 0 0.42
HSL 257.68º 0.6% 0.36% -
HSV(B) 257.68º 0.75% 0.58% -
XYZ 8.61 4.8 28.91 -
YUV 59.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 70 37 149 0.53 0.75 0 0.42 257.68 0.6 0.36
Hex 46 25 95 35 4B 0 2A 102 3C 24
Octal 106 45 225 65 113 0 52 402 74 44
Binary 1000110 100101 10010101 110101 1001011 0 101010 100000010 111100 100100

Color Harmonies of #462595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462595

Black with #462595

Text Example


Text Example

White with #462595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462595; }

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

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

background-color css

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

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

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

border-color css

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

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

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