#454862

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

Shades of Port Gore #454862

Tints of Port Gore #454862

Color information

#454862 (or 0x454862) is unknown color: approx Port Gore. HEX triplet: 45, 48 and 62. RGB value is (69,72,98). Sum of RGB (Red+Green+Blue) = 69+72+98=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #454862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454862 is #BAB79D. Grayscale: #494949. Windows color (decimal): -12236702 or 6441029. OLE color: 6441029.

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

Color convert

RGB697298-
CMYK0.300.2700.62
HSL233.79º17.37%32.75%-
HSV(B)233.79º29.59%38.43%-
XYZ6.986.7812.5-
YUV74.07141.51124.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=28.87%
G=30.13%
B=41.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6972980.300.2700.62233.7917.3732.75
Hex4548621E1B03Eea1121
Octal10511014236330763522141
Binary100010110010001100010111101101101111101110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454862; }

 p { color: rgb(69,72,98); }

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

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

 a { background-color: rgb(69,72,98); }

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

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

 span { border-color: rgb(69,72,98); }

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