Html Css Color HEX #457D77 Breaker Bay

📋 copy color: '#457D77'

red 69 ◦ green 125 ◦ blue 119

#457D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #457D77

Tints of Breaker Bay #457D77

RGB

 RED value IS 69 (27.34% from 255) = 22.04%

 GREEN value IS 125 (49.22% from 255) = 39.94%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 22.04%
G = 39.94%
B = 38.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#457D77 (or 0x457D77) is known color: Breaker Bay. HEX triplet: 45, 7D and 77. RGB value is (69,125,119). Sum of RGB (Red+Green+Blue) = 69+125+119=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #457D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D77 is #BA8288. Grayscale: #6B6B6B. Windows color (decimal): -12223113 or 7830853. OLE color: 7830853.

HSL color Cylindrical-coordinate representation of color #457D77: hue angle of 173.57º 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 #457D77 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 125 119 -
CMYK 0.45 0 0.05 0.51
HSL 173.57º 0.29% 0.38% -
HSV(B) 173.57º 0.45% 0.49% -
XYZ 13.12 17.26 20.09 -
YUV 107.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 69 125 119 0.45 0 0.05 0.51 173.57 0.29 0.38
Hex 45 7D 77 2D 0 5 33 AE 1D 26
Octal 105 175 167 55 0 5 63 256 35 46
Binary 1000101 1111101 1110111 101101 0 101 110011 10101110 11101 100110

Color Harmonies of #457D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D77

Black with #457D77

Text Example


Text Example

White with #457D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #457D77;
 }
 .AnyTagClassName
 {
   color: #457D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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