#474B63

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

Shades of Port Gore #474B63

Tints of Port Gore #474B63

Color information

#474B63 (or 0x474B63) is unknown color: approx Port Gore. HEX triplet: 47, 4B and 63. RGB value is (71,75,99). Sum of RGB (Red+Green+Blue) = 71+75+99=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #474B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B63 is #B8B49C. Grayscale: #4C4C4C. Windows color (decimal): -12104861 or 6507335. OLE color: 6507335.

HSL color Cylindrical-coordinate representation of color #474B63: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474B63 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB717599-
CMYK0.280.2400.61
HSL231.43º16.47%33.33%-
HSV(B)231.43º28.28%38.82%-
XYZ7.377.2712.82-
YUV76.54140.67124.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=28.98%
G=30.61%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7175990.280.2400.61231.4316.4733.33
Hex474B631C1803De71021
Octal10711314334300753472041
Binary100011110010111100011111001100001111011110011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,99); }

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

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

 a { background-color: rgb(71,75,99); }

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

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

 span { border-color: rgb(71,75,99); }

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