#454B66

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

Shades of East Bay #454B66

Tints of East Bay #454B66

Color information

#454B66 (or 0x454B66) is unknown color: approx East Bay. HEX triplet: 45, 4B and 66. RGB value is (69,75,102). Sum of RGB (Red+Green+Blue) = 69+75+102=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #454B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B66 is #BAB499. Grayscale: #4C4C4C. Windows color (decimal): -12235930 or 6703941. OLE color: 6703941.

HSL color Cylindrical-coordinate representation of color #454B66: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454B66 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6975102-
CMYK0.320.2600.6
HSL229.09º19.3%33.53%-
HSV(B)229.09º32.35%40%-
XYZ7.377.2613.58-
YUV76.28142.51122.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=28.05%
G=30.49%
B=41.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69751020.320.2600.6229.0919.333.53
Hex454B66201A03Ce51322
Octal10511314640320743452342
Binary1000101100101111001101000001101001111001110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,75,102); }

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

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

 a { background-color: rgb(69,75,102); }

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

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

 span { border-color: rgb(69,75,102); }

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