#454F61

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

Shades of East Bay #454F61

Tints of East Bay #454F61

Color information

#454F61 (or 0x454F61) is unknown color: approx East Bay. HEX triplet: 45, 4F and 61. RGB value is (69,79,97). Sum of RGB (Red+Green+Blue) = 69+79+97=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #454F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F61 is #BAB09E. Grayscale: #4D4D4D. Windows color (decimal): -12234911 or 6377285. OLE color: 6377285.

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

Color convert

RGB697997-
CMYK0.290.1900.62
HSL218.57º16.87%32.55%-
HSV(B)218.57º28.87%38.04%-
XYZ7.417.7212.41-
YUV78.06138.69121.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=28.16%
G=32.24%
B=39.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6979970.290.1900.62218.5716.8732.55
Hex454F611D1303Edb1121
Octal10511714135230763332141
Binary100010110011111100001111011001101111101101101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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