#474A62

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

Shades of Port Gore #474A62

Tints of Port Gore #474A62

Color information

#474A62 (or 0x474A62) is unknown color: approx Port Gore. HEX triplet: 47, 4A and 62. RGB value is (71,74,98). Sum of RGB (Red+Green+Blue) = 71+74+98=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #474A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A62 is #B8B59D. Grayscale: #4B4B4B. Windows color (decimal): -12105118 or 6441543. OLE color: 6441543.

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

Color convert

RGB717498-
CMYK0.280.2400.62
HSL233.33º15.98%33.14%-
HSV(B)233.33º27.55%38.43%-
XYZ7.257.1212.55-
YUV75.84140.51124.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=29.22%
G=30.45%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7174980.280.2400.62233.3315.9833.14
Hex474A621C1803Ee91021
Octal10711214234300763512041
Binary100011110010101100010111001100001111101110100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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