#454969

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

Shades of Port Gore #454969

Tints of Port Gore #454969

Color information

#454969 (or 0x454969) is unknown color: approx Port Gore. HEX triplet: 45, 49 and 69. RGB value is (69,73,105). Sum of RGB (Red+Green+Blue) = 69+73+105=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #454969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454969 is #BAB696. Grayscale: #4B4B4B. Windows color (decimal): -12236439 or 6900037. OLE color: 6900037.

HSL color Cylindrical-coordinate representation of color #454969: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454969 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6973105-
CMYK0.340.3000.59
HSL233.33º20.69%34.12%-
HSV(B)233.33º34.29%41.18%-
XYZ7.397.0514.34-
YUV75.45144.67123.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=27.94%
G=29.55%
B=42.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69731050.340.3000.59233.3320.6934.12
Hex454969221E03Be91522
Octal10511115142360733512542
Binary1000101100100111010011000101111001110111110100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454969; }

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

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

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

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

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

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

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

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