#4E847D

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

Shades of Breaker Bay #4E847D

Tints of Breaker Bay #4E847D

Color information

#4E847D (or 0x4E847D) is unknown color: approx Breaker Bay. HEX triplet: 4E, 84 and 7D. RGB value is (78,132,125). Sum of RGB (Red+Green+Blue) = 78+132+125=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #4E847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E847D is #B17B82. Grayscale: #737373. Windows color (decimal): -11631491 or 8225870. OLE color: 8225870.

HSL color Cylindrical-coordinate representation of color #4E847D: hue angle of 172.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E847D is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB78132125-
CMYK0.4100.050.48
HSL172.22º25.71%41.18%-
HSV(B)172.22º40.91%51.76%-
XYZ15.0919.622.39-
YUV115.06133.61101.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=23.28%
G=39.40%
B=37.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781321250.4100.050.48172.2225.7141.18
Hex4E847D290530ac1a29
Octal1162041755105602543251
Binary100111010000100111110110100101011100001010110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,132,125); }

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

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

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

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

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

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

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