Html Css Color HEX #473B77 Meteorite

📋 copy color: '#473B77'

red 71 ◦ green 59 ◦ blue 119

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

Shades of Meteorite #473B77

Tints of Meteorite #473B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 28.51%
G = 23.69%
B = 47.79%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#473B77 (or 0x473B77) is known color: Meteorite. HEX triplet: 47, 3B and 77. RGB value is (71,59,119). Sum of RGB (Red+Green+Blue) = 71+59+119=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #473B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B77 is #B8C488. Grayscale: #454545. Windows color (decimal): -12108937 or 7813959. OLE color: 7813959.

HSL color Cylindrical-coordinate representation of color #473B77: hue angle of 252º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473B77 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 59 119 -
CMYK 0.40 0.50 0 0.53
HSL 252º 0.34% 0.35% -
HSV(B) 252º 0.5% 0.47% -
XYZ 7.49 5.8 18.18 -
YUV 69.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 71 59 119 0.40 0.50 0 0.53 252 0.34 0.35
Hex 47 3B 77 28 32 0 35 FC 22 23
Octal 107 73 167 50 62 0 65 374 42 43
Binary 1000111 111011 1110111 101000 110010 0 110101 11111100 100010 100011

Color Harmonies of #473B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B77

Black with #473B77

Text Example


Text Example

White with #473B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B77; }

 p { color: rgb(71,59,119); }

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

background-color css

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

 a { background-color: rgb(71,59,119); }

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

border-color css

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

 span { border-color: rgb(71,59,119); }

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