#454961

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

Shades of Port Gore #454961

Tints of Port Gore #454961

Color information

#454961 (or 0x454961) is unknown color: approx Port Gore. HEX triplet: 45, 49 and 61. RGB value is (69,73,97). Sum of RGB (Red+Green+Blue) = 69+73+97=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #454961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454961 is #BAB69E. Grayscale: #4A4A4A. Windows color (decimal): -12236447 or 6375749. OLE color: 6375749.

HSL color Cylindrical-coordinate representation of color #454961: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454961 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB697397-
CMYK0.290.2500.62
HSL231.43º16.87%32.55%-
HSV(B)231.43º28.87%38.04%-
XYZ6.996.8912.27-
YUV74.54140.67124.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=28.87%
G=30.54%
B=40.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6973970.290.2500.62231.4316.8732.55
Hex4549611D1903Ee71121
Octal10511114135310763472141
Binary100010110010011100001111011100101111101110011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454961; }

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

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

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

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

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

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

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

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