Html Css Color HEX #473F60 Meteorite

📋 copy color: '#473F60'

red 71 ◦ green 63 ◦ blue 96

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

Shades of Meteorite #473F60

Tints of Meteorite #473F60

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 30.87%
G = 27.39%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473F60 (or 0x473F60) is known color: Meteorite. HEX triplet: 47, 3F and 60. RGB value is (71,63,96). Sum of RGB (Red+Green+Blue) = 71+63+96=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #473F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F60 is #B8C09F. Grayscale: #454545. Windows color (decimal): -12107936 or 6307655. OLE color: 6307655.

HSL color Cylindrical-coordinate representation of color #473F60: hue angle of 254.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473F60 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 63 96 -
CMYK 0.26 0.34 0 0.62
HSL 254.55º 0.21% 0.31% -
HSV(B) 254.55º 0.34% 0.38% -
XYZ 6.49 5.74 11.83 -
YUV 69.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 71 63 96 0.26 0.34 0 0.62 254.55 0.21 0.31
Hex 47 3F 60 1A 22 0 3E FF 15 1F
Octal 107 77 140 32 42 0 76 377 25 37
Binary 1000111 111111 1100000 11010 100010 0 111110 11111111 10101 11111

Color Harmonies of #473F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F60

Black with #473F60

Text Example


Text Example

White with #473F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,96); }

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

background-color css

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

 a { background-color: rgb(71,63,96); }

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

border-color css

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

 span { border-color: rgb(71,63,96); }

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