#454D6E

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

Shades of East Bay #454D6E

Tints of East Bay #454D6E

Color information

#454D6E (or 0x454D6E) is unknown color: approx East Bay. HEX triplet: 45, 4D and 6E. RGB value is (69,77,110). Sum of RGB (Red+Green+Blue) = 69+77+110=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #454D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D6E is #BAB291. Grayscale: #4E4E4E. Windows color (decimal): -12235410 or 7228741. OLE color: 7228741.

HSL color Cylindrical-coordinate representation of color #454D6E: hue angle of 228.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #454D6E is Cyan = 0.37, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6977110-
CMYK0.370.300.57
HSL228.29º22.91%35.1%-
HSV(B)228.29º37.27%43.14%-
XYZ7.927.715.82-
YUV78.37145.85121.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=26.95%
G=30.08%
B=42.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69771100.370.300.57228.2922.9135.1
Hex454D6E251E039e41723
Octal10511515645360713442743
Binary1000101100110111011101001011111001110011110010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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