Html Css Color HEX #473599 Blue Gem

📋 copy color: '#473599'

red 71 ◦ green 53 ◦ blue 153

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

Shades of Blue Gem #473599

Tints of Blue Gem #473599

RGB

 RED value IS 71 (28.13% from 255) = 25.63%

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 25.63%
G = 19.13%
B = 55.23%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#473599 (or 0x473599) is known color: Blue Gem. HEX triplet: 47, 35 and 99. RGB value is (71,53,153). Sum of RGB (Red+Green+Blue) = 71+53+153=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #473599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473599 is #B8CA66. Grayscale: #454545. Windows color (decimal): -12110439 or 10040647. OLE color: 10040647.

HSL color Cylindrical-coordinate representation of color #473599: hue angle of 250.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473599 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 53 153 -
CMYK 0.54 0.65 0 0.4
HSL 250.8º 0.49% 0.4% -
HSV(B) 250.8º 0.65% 0.6% -
XYZ 9.62 6.19 30.82 -
YUV 69.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 71 53 153 0.54 0.65 0 0.4 250.8 0.49 0.4
Hex 47 35 99 36 41 0 28 FB 31 28
Octal 107 65 231 66 101 0 50 373 61 50
Binary 1000111 110101 10011001 110110 1000001 0 101000 11111011 110001 101000

Color Harmonies of #473599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473599

Black with #473599

Text Example


Text Example

White with #473599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473599; }

 p { color: rgb(71,53,153); }

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

background-color css

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

 a { background-color: rgb(71,53,153); }

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

border-color css

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

 span { border-color: rgb(71,53,153); }

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