#454A69

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

Shades of Port Gore #454A69

Tints of Port Gore #454A69

Color information

#454A69 (or 0x454A69) is unknown color: approx Port Gore. HEX triplet: 45, 4A and 69. RGB value is (69,74,105). Sum of RGB (Red+Green+Blue) = 69+74+105=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #454A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A69 is #BAB596. Grayscale: #4B4B4B. Windows color (decimal): -12236183 or 6900293. OLE color: 6900293.

HSL color Cylindrical-coordinate representation of color #454A69: hue angle of 231.67º 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 #454A69 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6974105-
CMYK0.340.3000.59
HSL231.67º20.69%34.12%-
HSV(B)231.67º34.29%41.18%-
XYZ7.457.1814.36-
YUV76.04144.34122.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=27.82%
G=29.84%
B=42.34%

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
Decimal69741050.340.3000.59231.6720.6934.12
Hex454A69221E03Be81522
Octal10511215142360733502542
Binary1000101100101011010011000101111001110111110100010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454A69; }

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

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

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

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

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

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

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

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