#457C77

Color #457C77 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #457C77

Tints of Breaker Bay #457C77

Color information

#457C77 (or 0x457C77) is unknown color: approx Breaker Bay. HEX triplet: 45, 7C and 77. RGB value is (69,124,119). Sum of RGB (Red+Green+Blue) = 69+124+119=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #457C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C77 is #BA8388. Grayscale: #6A6A6A. Windows color (decimal): -12223369 or 7830597. OLE color: 7830597.

HSL color Cylindrical-coordinate representation of color #457C77: hue angle of 174.55º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C77 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB69124119-
CMYK0.4400.040.51
HSL174.55º28.5%37.84%-
HSV(B)174.55º44.35%48.63%-
XYZ12.9917.0120.05-
YUV106.98134.78100.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=22.12%
G=39.74%
B=38.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691241190.4400.040.51174.5528.537.84
Hex457C772C0433af1c26
Octal1051741675404632573446
Binary10001011111100111011110110001001100111010111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457C77; }

 p { color: rgb(69,124,119); }

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

<style>
 a { background-color: #457C77; }

 a { background-color: rgb(69,124,119); }

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

<style>
 span { border-color: #457C77; }

 span { border-color: rgb(69,124,119); }

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