Html Css Color HEX #473499 Blue Gem

📋 copy color: '#473499'

red 71 ◦ green 52 ◦ blue 153

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

Shades of Blue Gem #473499

Tints of Blue Gem #473499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 25.72%
G = 18.84%
B = 55.43%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#473499 (or 0x473499) is known color: Blue Gem. HEX triplet: 47, 34 and 99. RGB value is (71,52,153). Sum of RGB (Red+Green+Blue) = 71+52+153=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #473499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473499 is #B8CB66. Grayscale: #444444. Windows color (decimal): -12110695 or 10040391. OLE color: 10040391.

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

Color convert

RGB 71 52 153 -
CMYK 0.54 0.66 0 0.4
HSL 251.29º 0.49% 0.4% -
HSV(B) 251.29º 0.66% 0.6% -
XYZ 9.58 6.1 30.81 -
YUV 69.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 71 52 153 0.54 0.66 0 0.4 251.29 0.49 0.4
Hex 47 34 99 36 42 0 28 FB 31 28
Octal 107 64 231 66 102 0 50 373 61 50
Binary 1000111 110100 10011001 110110 1000010 0 101000 11111011 110001 101000

Color Harmonies of #473499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473499

Black with #473499

Text Example


Text Example

White with #473499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473499; }

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

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

background-color css

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

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

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

border-color css

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

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

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