#4E7F7B

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

Shades of Breaker Bay #4E7F7B

Tints of Breaker Bay #4E7F7B

Color information

#4E7F7B (or 0x4E7F7B) is unknown color: approx Breaker Bay. HEX triplet: 4E, 7F and 7B. RGB value is (78,127,123). Sum of RGB (Red+Green+Blue) = 78+127+123=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #4E7F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7F7B is #B18084. Grayscale: #6F6F6F. Windows color (decimal): -11632773 or 8093518. OLE color: 8093518.

HSL color Cylindrical-coordinate representation of color #4E7F7B: hue angle of 175.1º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E7F7B is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB78127123-
CMYK0.3900.030.50
HSL175.1º23.9%40.2%-
HSV(B)175.1º38.58%49.8%-
XYZ14.3118.2321.5-
YUV111.89134.27103.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=23.78%
G=38.72%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal781271230.3900.030.50175.123.940.2
Hex4E7F7B270332af1828
Octal1161771734703622573050
Binary1001110111111111110111001110111100101010111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E7F7B; }

 p { color: rgb(78,127,123); }

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

<style>
 a { background-color: #4E7F7B; }

 a { background-color: rgb(78,127,123); }

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

<style>
 span { border-color: #4E7F7B; }

 span { border-color: rgb(78,127,123); }

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