#454D63

Color #454D63 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #454D63

Tints of East Bay #454D63

Color information

#454D63 (or 0x454D63) is unknown color: approx East Bay. HEX triplet: 45, 4D and 63. RGB value is (69,77,99). Sum of RGB (Red+Green+Blue) = 69+77+99=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #454D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D63 is #BAB29C. Grayscale: #4D4D4D. Windows color (decimal): -12235421 or 6507845. OLE color: 6507845.

HSL color Cylindrical-coordinate representation of color #454D63: hue angle of 224º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454D63 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB697799-
CMYK0.300.2200.61
HSL224º17.86%32.94%-
HSV(B)224º30.3%38.82%-
XYZ7.367.4712.86-
YUV77.12140.35122.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=28.16%
G=31.43%
B=40.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6977990.300.2200.6122417.8632.94
Hex454D631E1603De01221
Octal10511514336260753402241
Binary100010110011011100011111101011001111011110000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,99); }

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

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

 a { background-color: rgb(69,77,99); }

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

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

 span { border-color: rgb(69,77,99); }

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