Html Css Color HEX #461E98 Blue Gem

📋 copy color: '#461E98'

red 70 ◦ green 30 ◦ blue 152

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

Shades of Blue Gem #461E98

Tints of Blue Gem #461E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 27.78%
G = 11.9%
B = 60.32%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#461E98 (or 0x461E98) is known color: Blue Gem. HEX triplet: 46, 1E and 98. RGB value is (70,30,152). Sum of RGB (Red+Green+Blue) = 70+30+152=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #461E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461E98 is #B9E167. Grayscale: #373737. Windows color (decimal): -12181864 or 9969222. OLE color: 9969222.

HSL color Cylindrical-coordinate representation of color #461E98: hue angle of 259.67º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461E98 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 30 152 -
CMYK 0.54 0.80 0 0.40
HSL 259.67º 0.67% 0.36% -
HSV(B) 259.67º 0.8% 0.6% -
XYZ 8.66 4.5 30.12 -
YUV 55.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 70 30 152 0.54 0.80 0 0.40 259.67 0.67 0.36
Hex 46 1E 98 36 50 0 28 104 43 24
Octal 106 36 230 66 120 0 50 404 103 44
Binary 1000110 11110 10011000 110110 1010000 0 101000 100000100 1000011 100100

Color Harmonies of #461E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E98

Black with #461E98

Text Example


Text Example

White with #461E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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