Html Css Color HEX #462795 Blue Gem

📋 copy color: '#462795'

red 70 ◦ green 39 ◦ blue 149

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

Shades of Blue Gem #462795

Tints of Blue Gem #462795

RGB

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

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

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

R = 27.13%
G = 15.12%
B = 57.75%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462795 (or 0x462795) is known color: Blue Gem. HEX triplet: 46, 27 and 95. RGB value is (70,39,149). Sum of RGB (Red+Green+Blue) = 70+39+149=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #462795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462795 is #B9D86A. Grayscale: #3C3C3C. Windows color (decimal): -12179563 or 9774918. OLE color: 9774918.

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

Color convert

RGB 70 39 149 -
CMYK 0.53 0.74 0 0.42
HSL 256.91º 0.59% 0.37% -
HSV(B) 256.91º 0.74% 0.58% -
XYZ 8.68 4.92 28.93 -
YUV 60.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 70 39 149 0.53 0.74 0 0.42 256.91 0.59 0.37
Hex 46 27 95 35 4A 0 2A 101 3B 25
Octal 106 47 225 65 112 0 52 401 73 45
Binary 1000110 100111 10010101 110101 1001010 0 101010 100000001 111011 100101

Color Harmonies of #462795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462795

Black with #462795

Text Example


Text Example

White with #462795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462795; }

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

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

background-color css

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

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

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

border-color css

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

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

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