#4A7B75

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

Shades of Breaker Bay #4A7B75

Tints of Breaker Bay #4A7B75

Color information

#4A7B75 (or 0x4A7B75) is unknown color: approx Breaker Bay. HEX triplet: 4A, 7B and 75. RGB value is (74,123,117). Sum of RGB (Red+Green+Blue) = 74+123+117=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7B75 is #B5848A. Grayscale: #6B6B6B. Windows color (decimal): -11895947 or 7699274. OLE color: 7699274.

HSL color Cylindrical-coordinate representation of color #4A7B75: hue angle of 172.65º 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 #4A7B75 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB74123117-
CMYK0.4000.050.52
HSL172.65º24.87%38.63%-
HSV(B)172.65º39.84%48.24%-
XYZ13.1216.9119.4-
YUV107.66133.27103.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.57%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=23.57%
G=39.17%
B=37.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741231170.4000.050.52172.6524.8738.63
Hex4A7B75280534ad1927
Octal1121731655005642553147
Binary10010101111011111010110100001011101001010110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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