Html Css Color HEX #473398 Blue Gem

📋 copy color: '#473398'

red 71 ◦ green 51 ◦ blue 152

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

Shades of Blue Gem #473398

Tints of Blue Gem #473398

RGB

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

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

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

R = 25.91%
G = 18.61%
B = 55.47%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#473398 (or 0x473398) is known color: Blue Gem. HEX triplet: 47, 33 and 98. RGB value is (71,51,152). Sum of RGB (Red+Green+Blue) = 71+51+152=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #473398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473398 is #B8CC67. Grayscale: #444444. Windows color (decimal): -12110952 or 9974599. OLE color: 9974599.

HSL color Cylindrical-coordinate representation of color #473398: hue angle of 251.88º degrees, saturation: 0.5, 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 #473398 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 51 152 -
CMYK 0.53 0.66 0 0.40
HSL 251.88º 0.5% 0.4% -
HSV(B) 251.88º 0.66% 0.6% -
XYZ 9.45 5.97 30.36 -
YUV 68.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 71 51 152 0.53 0.66 0 0.40 251.88 0.5 0.4
Hex 47 33 98 35 42 0 28 FC 32 28
Octal 107 63 230 65 102 0 50 374 62 50
Binary 1000111 110011 10011000 110101 1000010 0 101000 11111100 110010 101000

Color Harmonies of #473398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473398

Black with #473398

Text Example


Text Example

White with #473398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473398; }

 p { color: rgb(71,51,152); }

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

background-color css

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

 a { background-color: rgb(71,51,152); }

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

border-color css

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

 span { border-color: rgb(71,51,152); }

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