#474B65

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

Shades of Port Gore #474B65

Tints of Port Gore #474B65

Color information

#474B65 (or 0x474B65) is unknown color: approx Port Gore. HEX triplet: 47, 4B and 65. RGB value is (71,75,101). Sum of RGB (Red+Green+Blue) = 71+75+101=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #474B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B65 is #B8B49A. Grayscale: #4C4C4C. Windows color (decimal): -12104859 or 6638407. OLE color: 6638407.

HSL color Cylindrical-coordinate representation of color #474B65: hue angle of 232º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474B65 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7175101-
CMYK0.300.2600.60
HSL232º17.44%33.73%-
HSV(B)232º29.7%39.61%-
XYZ7.467.3113.33-
YUV76.77141.67123.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=28.74%
G=30.36%
B=40.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71751010.300.2600.6023217.4433.73
Hex474B651E1A03Ce81122
Octal10711314536320743502142
Binary100011110010111100101111101101001111001110100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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