Html Css Color HEX #4F7C7D Breaker Bay

📋 copy color: '#4F7C7D'

red 79 ◦ green 124 ◦ blue 125

#4F7C7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #4F7C7D

Tints of Breaker Bay #4F7C7D

RGB

 RED value IS 79 (31.25% from 255) = 24.09%

 GREEN value IS 124 (48.83% from 255) = 37.8%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 24.09%
G = 37.8%
B = 38.11%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F7C7D (or 0x4F7C7D) is known color: Breaker Bay. HEX triplet: 4F, 7C and 7D. RGB value is (79,124,125). Sum of RGB (Red+Green+Blue) = 79+124+125=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F7C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C7D is #B08382. Grayscale: #6E6E6E. Windows color (decimal): -11568003 or 8223823. OLE color: 8223823.

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

Color convert

RGB 79 124 125 -
CMYK 0.37 0.01 0 0.51
HSL 181.3º 0.23% 0.4% -
HSV(B) 181.3º 0.37% 0.49% -
XYZ 14.13 17.56 22.05 -
YUV 110.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 79 124 125 0.37 0.01 0 0.51 181.3 0.23 0.4
Hex 4F 7C 7D 25 1 0 33 B5 17 28
Octal 117 174 175 45 1 0 63 265 27 50
Binary 1001111 1111100 1111101 100101 1 0 110011 10110101 10111 101000

Color Harmonies of #4F7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7C7D

Black with #4F7C7D

Text Example


Text Example

White with #4F7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F7C7D;
 }
 .AnyTagClassName
 {
   color: #4F7C7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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