Html Css Color HEX #462798 Blue Gem

📋 copy color: '#462798'

red 70 ◦ green 39 ◦ blue 152

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

Shades of Blue Gem #462798

Tints of Blue Gem #462798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 26.82%
G = 14.94%
B = 58.24%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#462798 (or 0x462798) is known color: Blue Gem. HEX triplet: 46, 27 and 98. RGB value is (70,39,152). Sum of RGB (Red+Green+Blue) = 70+39+152=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #462798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462798 is #B9D867. Grayscale: #3C3C3C. Windows color (decimal): -12179560 or 9971526. OLE color: 9971526.

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

Color convert

RGB 70 39 152 -
CMYK 0.54 0.74 0 0.40
HSL 256.46º 0.59% 0.37% -
HSV(B) 256.46º 0.74% 0.6% -
XYZ 8.92 5.02 30.2 -
YUV 61.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 70 39 152 0.54 0.74 0 0.40 256.46 0.59 0.37
Hex 46 27 98 36 4A 0 28 100 3B 25
Octal 106 47 230 66 112 0 50 400 73 45
Binary 1000110 100111 10011000 110110 1001010 0 101000 100000000 111011 100101

Color Harmonies of #462798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462798

Black with #462798

Text Example


Text Example

White with #462798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462798; }

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

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

background-color css

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

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

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

border-color css

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

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

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