#454D64

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

Shades of East Bay #454D64

Tints of East Bay #454D64

Color information

#454D64 (or 0x454D64) is unknown color: approx East Bay. HEX triplet: 45, 4D and 64. RGB value is (69,77,100). Sum of RGB (Red+Green+Blue) = 69+77+100=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #454D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D64 is #BAB29B. Grayscale: #4D4D4D. Windows color (decimal): -12235420 or 6573381. OLE color: 6573381.

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

Color convert

RGB6977100-
CMYK0.310.2300.61
HSL224.52º18.34%33.14%-
HSV(B)224.52º31%39.22%-
XYZ7.417.4913.11-
YUV77.23140.85122.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=28.05%
G=31.30%
B=40.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal69771000.310.2300.61224.5218.3433.14
Hex454D641F1703De11221
Octal10511514437270753412241
Binary100010110011011100100111111011101111011110000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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