#454D61

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

Shades of East Bay #454D61

Tints of East Bay #454D61

Color information

#454D61 (or 0x454D61) is unknown color: approx East Bay. HEX triplet: 45, 4D and 61. RGB value is (69,77,97). Sum of RGB (Red+Green+Blue) = 69+77+97=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #454D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D61 is #BAB29E. Grayscale: #4C4C4C. Windows color (decimal): -12235423 or 6376773. OLE color: 6376773.

HSL color Cylindrical-coordinate representation of color #454D61: hue angle of 222.86º 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 #454D61 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB697797-
CMYK0.290.2100.62
HSL222.86º16.87%32.55%-
HSV(B)222.86º28.87%38.04%-
XYZ7.277.4412.36-
YUV76.89139.35122.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=28.40%
G=31.69%
B=39.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6977970.290.2100.62222.8616.8732.55
Hex454D611D1503Edf1121
Octal10511514135250763372141
Binary100010110011011100001111011010101111101101111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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