#454D6B

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

Shades of East Bay #454D6B

Tints of East Bay #454D6B

Color information

#454D6B (or 0x454D6B) is unknown color: approx East Bay. HEX triplet: 45, 4D and 6B. RGB value is (69,77,107). Sum of RGB (Red+Green+Blue) = 69+77+107=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #454D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D6B is #BAB294. Grayscale: #4D4D4D. Windows color (decimal): -12235413 or 7032133. OLE color: 7032133.

HSL color Cylindrical-coordinate representation of color #454D6B: hue angle of 227.37º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454D6B is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6977107-
CMYK0.360.2800.58
HSL227.37º21.59%34.51%-
HSV(B)227.37º35.51%41.96%-
XYZ7.767.6314.97-
YUV78.03144.35121.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=27.27%
G=30.43%
B=42.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69771070.360.2800.58227.3721.5934.51
Hex454D6B241C03Ae31623
Octal10511515344340723432643
Binary1000101100110111010111001001110001110101110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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