#457D79

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

Shades of Breaker Bay #457D79

Tints of Breaker Bay #457D79

Color information

#457D79 (or 0x457D79) is unknown color: approx Breaker Bay. HEX triplet: 45, 7D and 79. RGB value is (69,125,121). Sum of RGB (Red+Green+Blue) = 69+125+121=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #457D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D79 is #BA8286. Grayscale: #6B6B6B. Windows color (decimal): -12223111 or 7961925. OLE color: 7961925.

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

Color convert

RGB69125121-
CMYK0.4500.030.51
HSL175.71º28.87%38.04%-
HSV(B)175.71º44.8%49.02%-
XYZ13.2417.3120.73-
YUV107.8135.45100.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=21.90%
G=39.68%
B=38.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691251210.4500.030.51175.7128.8738.04
Hex457D792D0333b01d26
Octal1051751715503632603546
Binary1000101111110111110011011010111100111011000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,121); }

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

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

 a { background-color: rgb(69,125,121); }

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

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

 span { border-color: rgb(69,125,121); }

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