#4E7878

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

Shades of Breaker Bay #4E7878

Tints of Breaker Bay #4E7878

Color information

#4E7878 (or 0x4E7878) is unknown color: approx Breaker Bay. HEX triplet: 4E, 78 and 78. RGB value is (78,120,120). Sum of RGB (Red+Green+Blue) = 78+120+120=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #4E7878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7878 is #B18787. Grayscale: #6B6B6B. Windows color (decimal): -11634568 or 7895118. OLE color: 7895118.

HSL color Cylindrical-coordinate representation of color #4E7878: hue angle of 180º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E7878 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB78120120-
CMYK0.35000.53
HSL180º21.21%38.82%-
HSV(B)180º35%47.06%-
XYZ13.2516.4120.24-
YUV107.44135.09107-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.53%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=24.53%
G=37.74%
B=37.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781201200.35000.5318021.2138.82
Hex4E7878230035b41527
Octal1161701704300652642547
Binary100111011110001111000100011001101011011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,120); }

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

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

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

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

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

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

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