#4A7B78

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

Shades of Breaker Bay #4A7B78

Tints of Breaker Bay #4A7B78

Color information

#4A7B78 (or 0x4A7B78) is unknown color: approx Breaker Bay. HEX triplet: 4A, 7B and 78. RGB value is (74,123,120). Sum of RGB (Red+Green+Blue) = 74+123+120=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7B78 is #B58487. Grayscale: #6B6B6B. Windows color (decimal): -11895944 or 7895882. OLE color: 7895882.

HSL color Cylindrical-coordinate representation of color #4A7B78: hue angle of 176.33º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7B78 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB74123120-
CMYK0.4000.020.52
HSL176.33º24.87%38.63%-
HSV(B)176.33º39.84%48.24%-
XYZ13.316.9820.35-
YUV108.01134.77103.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=23.34%
G=38.80%
B=37.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741231200.4000.020.52176.3324.8738.63
Hex4A7B78280234b01927
Octal1121731705002642603147
Binary1001010111101111110001010000101101001011000011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,123,120); }

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

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

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

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

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

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

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