#4B7A76

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

Shades of Breaker Bay #4B7A76

Tints of Breaker Bay #4B7A76

Color information

#4B7A76 (or 0x4B7A76) is unknown color: approx Breaker Bay. HEX triplet: 4B, 7A and 76. RGB value is (75,122,118). Sum of RGB (Red+Green+Blue) = 75+122+118=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A76 is #B48589. Grayscale: #6B6B6B. Windows color (decimal): -11830666 or 7764555. OLE color: 7764555.

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

Color convert

RGB75122118-
CMYK0.3900.030.52
HSL174.89º23.86%38.63%-
HSV(B)174.89º38.52%47.84%-
XYZ13.1316.7219.68-
YUV107.49133.93104.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=23.81%
G=38.73%
B=37.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751221180.3900.030.52174.8923.8638.63
Hex4B7A76270334af1827
Octal1131721664703642573047
Binary1001011111101011101101001110111101001010111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,118); }

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

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

 a { background-color: rgb(75,122,118); }

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

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

 span { border-color: rgb(75,122,118); }

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