Html Css Color HEX #462398 Blue Gem

📋 copy color: '#462398'

red 70 ◦ green 35 ◦ blue 152

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

Shades of Blue Gem #462398

Tints of Blue Gem #462398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 27.24%
G = 13.62%
B = 59.14%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#462398 (or 0x462398) is known color: Blue Gem. HEX triplet: 46, 23 and 98. RGB value is (70,35,152). Sum of RGB (Red+Green+Blue) = 70+35+152=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #462398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462398 is #B9DC67. Grayscale: #3A3A3A. Windows color (decimal): -12180584 or 9970502. OLE color: 9970502.

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

Color convert

RGB 70 35 152 -
CMYK 0.54 0.77 0 0.40
HSL 257.95º 0.63% 0.37% -
HSV(B) 257.95º 0.77% 0.6% -
XYZ 8.79 4.77 30.16 -
YUV 58.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 70 35 152 0.54 0.77 0 0.40 257.95 0.63 0.37
Hex 46 23 98 36 4D 0 28 102 3F 25
Octal 106 43 230 66 115 0 50 402 77 45
Binary 1000110 100011 10011000 110110 1001101 0 101000 100000010 111111 100101

Color Harmonies of #462398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462398

Black with #462398

Text Example


Text Example

White with #462398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462398; }

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

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

background-color css

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

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

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

border-color css

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

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

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