#474A60

Color #474A60 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #474A60

Tints of Port Gore #474A60

Color information

#474A60 (or 0x474A60) is unknown color: approx Port Gore. HEX triplet: 47, 4A and 60. RGB value is (71,74,96). Sum of RGB (Red+Green+Blue) = 71+74+96=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #474A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A60 is #B8B59F. Grayscale: #4B4B4B. Windows color (decimal): -12105120 or 6310471. OLE color: 6310471.

HSL color Cylindrical-coordinate representation of color #474A60: hue angle of 232.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474A60 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB717496-
CMYK0.260.2300.62
HSL232.8º14.97%32.75%-
HSV(B)232.8º26.04%37.65%-
XYZ7.167.0812.06-
YUV75.61139.51124.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=29.46%
G=30.71%
B=39.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7174960.260.2300.62232.814.9732.75
Hex474A601A1703Ee9f21
Octal10711214032270763511741
Binary10001111001010110000011010101110111110111010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A60; }

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

 H1.HeaderClassName
 {
   color: #474A60;
 }
 .AnyTagClassName
 {
   color: #474A60;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #474A60;
 }
 .BgClassName
 {
   background-color: #474A60;
 }
</style>
border-color css

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

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

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