Html Css Color HEX #4F7873 Breaker Bay

📋 copy color: '#4F7873'

red 79 ◦ green 120 ◦ blue 115

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

Shades of Breaker Bay #4F7873

Tints of Breaker Bay #4F7873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 25.16%
G = 38.22%
B = 36.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#4F7873 (or 0x4F7873) is known color: Breaker Bay. HEX triplet: 4F, 78 and 73. RGB value is (79,120,115). Sum of RGB (Red+Green+Blue) = 79+120+115=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7873 is #B0878C. Grayscale: #6B6B6B. Windows color (decimal): -11569037 or 7567439. OLE color: 7567439.

HSL color Cylindrical-coordinate representation of color #4F7873: hue angle of 172.68º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7873 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 120 115 -
CMYK 0.34 0 0.04 0.53
HSL 172.68º 0.21% 0.39% -
HSV(B) 172.68º 0.34% 0.47% -
XYZ 13.04 16.33 18.69 -
YUV 107.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 79 120 115 0.34 0 0.04 0.53 172.68 0.21 0.39
Hex 4F 78 73 22 0 4 35 AD 15 27
Octal 117 170 163 42 0 4 65 255 25 47
Binary 1001111 1111000 1110011 100010 0 100 110101 10101101 10101 100111

Color Harmonies of #4F7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7873

Black with #4F7873

Text Example


Text Example

White with #4F7873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,120,115); }

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

background-color css

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

 a { background-color: rgb(79,120,115); }

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

border-color css

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

 span { border-color: rgb(79,120,115); }

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