Html Css Color HEX #462898 Blue Gem

📋 copy color: '#462898'

red 70 ◦ green 40 ◦ blue 152

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

Shades of Blue Gem #462898

Tints of Blue Gem #462898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 26.72%
G = 15.27%
B = 58.02%

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

#462898 (or 0x462898) is known color: Blue Gem. HEX triplet: 46, 28 and 98. RGB value is (70,40,152). Sum of RGB (Red+Green+Blue) = 70+40+152=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #462898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462898 is #B9D767. Grayscale: #3D3D3D. Windows color (decimal): -12179304 or 9971782. OLE color: 9971782.

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

Color convert

RGB 70 40 152 -
CMYK 0.54 0.74 0 0.40
HSL 256.07º 0.58% 0.38% -
HSV(B) 256.07º 0.74% 0.6% -
XYZ 8.95 5.09 30.22 -
YUV 61.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 70 40 152 0.54 0.74 0 0.40 256.07 0.58 0.38
Hex 46 28 98 36 4A 0 28 100 3A 26
Octal 106 50 230 66 112 0 50 400 72 46
Binary 1000110 101000 10011000 110110 1001010 0 101000 100000000 111010 100110

Color Harmonies of #462898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462898

Black with #462898

Text Example


Text Example

White with #462898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462898; }

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

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

background-color css

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

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

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

border-color css

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

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

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