#454960

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

Shades of Port Gore #454960

Tints of Port Gore #454960

Color information

#454960 (or 0x454960) is unknown color: approx Port Gore. HEX triplet: 45, 49 and 60. RGB value is (69,73,96). Sum of RGB (Red+Green+Blue) = 69+73+96=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #454960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454960 is #BAB69F. Grayscale: #4A4A4A. Windows color (decimal): -12236448 or 6310213. OLE color: 6310213.

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

Color convert

RGB697396-
CMYK0.280.2400.62
HSL231.11º16.36%32.35%-
HSV(B)231.11º28.12%37.65%-
XYZ6.956.8712.03-
YUV74.43140.17124.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.99%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=28.99%
G=30.67%
B=40.34%

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
Decimal6973960.280.2400.62231.1116.3632.35
Hex4549601C1803Ee71020
Octal10511114034300763472040
Binary100010110010011100000111001100001111101110011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454960; }

 p { color: rgb(69,73,96); }

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

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

 a { background-color: rgb(69,73,96); }

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

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

 span { border-color: rgb(69,73,96); }

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