#4B7675

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

Shades of Breaker Bay #4B7675

Tints of Breaker Bay #4B7675

Color information

#4B7675 (or 0x4B7675) is unknown color: approx Breaker Bay. HEX triplet: 4B, 76 and 75. RGB value is (75,118,117). Sum of RGB (Red+Green+Blue) = 75+118+117=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7675 is #B4898A. Grayscale: #686868. Windows color (decimal): -11831691 or 7697995. OLE color: 7697995.

HSL color Cylindrical-coordinate representation of color #4B7675: hue angle of 178.6º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7675 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB75118117-
CMYK0.3600.010.54
HSL178.6º22.28%37.84%-
HSV(B)178.6º36.44%46.27%-
XYZ12.5915.7419.2-
YUV105.03134.75106.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=24.19%
G=38.06%
B=37.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751181170.3600.010.54178.622.2837.84
Hex4B7675240136b31626
Octal1131661654401662632646
Binary100101111101101110101100100011101101011001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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