Html Css Color HEX #463397 Blue Gem

📋 copy color: '#463397'

red 70 ◦ green 51 ◦ blue 151

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

Shades of Blue Gem #463397

Tints of Blue Gem #463397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 25.74%
G = 18.75%
B = 55.51%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463397 (or 0x463397) is known color: Blue Gem. HEX triplet: 46, 33 and 97. RGB value is (70,51,151). Sum of RGB (Red+Green+Blue) = 70+51+151=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #463397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463397 is #B9CC68. Grayscale: #434343. Windows color (decimal): -12176489 or 9909062. OLE color: 9909062.

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

Color convert

RGB 70 51 151 -
CMYK 0.54 0.66 0 0.41
HSL 251.4º 0.5% 0.4% -
HSV(B) 251.4º 0.66% 0.59% -
XYZ 9.3 5.9 29.93 -
YUV 68.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 70 51 151 0.54 0.66 0 0.41 251.4 0.5 0.4
Hex 46 33 97 36 42 0 29 FB 32 28
Octal 106 63 227 66 102 0 51 373 62 50
Binary 1000110 110011 10010111 110110 1000010 0 101001 11111011 110010 101000

Color Harmonies of #463397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463397

Black with #463397

Text Example


Text Example

White with #463397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463397; }

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

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

background-color css

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

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

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

border-color css

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

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

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