#4F7A7C

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

Shades of Breaker Bay #4F7A7C

Tints of Breaker Bay #4F7A7C

Color information

#4F7A7C (or 0x4F7A7C) is unknown color: approx Breaker Bay. HEX triplet: 4F, 7A and 7C. RGB value is (79,122,124). Sum of RGB (Red+Green+Blue) = 79+122+124=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A7C is #B08583. Grayscale: #6D6D6D. Windows color (decimal): -11568516 or 8157775. OLE color: 8157775.

HSL color Cylindrical-coordinate representation of color #4F7A7C: hue angle of 182.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7A7C is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB79122124-
CMYK0.360.0200.51
HSL182.67º22.17%39.8%-
HSV(B)182.67º36.29%48.63%-
XYZ13.8217.0421.63-
YUV109.37136.25106.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=24.31%
G=37.54%
B=38.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791221240.360.0200.51182.6722.1739.8
Hex4F7A7C242033b71628
Octal1171721744420632672650
Binary1001111111101011111001001001001100111011011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,122,124); }

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

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

 a { background-color: rgb(79,122,124); }

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

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

 span { border-color: rgb(79,122,124); }

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