Html Css Color HEX #462197 Blue Gem

📋 copy color: '#462197'

red 70 ◦ green 33 ◦ blue 151

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

Shades of Blue Gem #462197

Tints of Blue Gem #462197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 27.56%
G = 12.99%
B = 59.45%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#462197 (or 0x462197) is known color: Blue Gem. HEX triplet: 46, 21 and 97. RGB value is (70,33,151). Sum of RGB (Red+Green+Blue) = 70+33+151=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #462197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462197 is #B9DE68. Grayscale: #393939. Windows color (decimal): -12181097 or 9904454. OLE color: 9904454.

HSL color Cylindrical-coordinate representation of color #462197: hue angle of 258.81º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462197 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 33 151 -
CMYK 0.54 0.78 0 0.41
HSL 258.81º 0.64% 0.36% -
HSV(B) 258.81º 0.78% 0.59% -
XYZ 8.66 4.62 29.71 -
YUV 57.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 70 33 151 0.54 0.78 0 0.41 258.81 0.64 0.36
Hex 46 21 97 36 4E 0 29 103 40 24
Octal 106 41 227 66 116 0 51 403 100 44
Binary 1000110 100001 10010111 110110 1001110 0 101001 100000011 1000000 100100

Color Harmonies of #462197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462197

Black with #462197

Text Example


Text Example

White with #462197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462197; }

 p { color: rgb(70,33,151); }

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

background-color css

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

 a { background-color: rgb(70,33,151); }

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

border-color css

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

 span { border-color: rgb(70,33,151); }

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