#474A5F

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

Shades of Port Gore #474A5F

Tints of Port Gore #474A5F

Color information

#474A5F (or 0x474A5F) is unknown color: approx Port Gore. HEX triplet: 47, 4A and 5F. RGB value is (71,74,95). Sum of RGB (Red+Green+Blue) = 71+74+95=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #474A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A5F is #B8B5A0. Grayscale: #4B4B4B. Windows color (decimal): -12105121 or 6244935. OLE color: 6244935.

HSL color Cylindrical-coordinate representation of color #474A5F: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474A5F is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB717495-
CMYK0.250.2200.63
HSL232.5º14.46%32.55%-
HSV(B)232.5º25.26%37.25%-
XYZ7.117.0611.81-
YUV75.5139.01124.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=29.58%
G=30.83%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7174950.250.2200.63232.514.4632.55
Hex474A5F191603Fe8e21
Octal10711213731260773501641
Binary10001111001010101111111001101100111111111010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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