Html Css Color HEX #4F807B Breaker Bay

📋 copy color: '#4F807B'

red 79 ◦ green 128 ◦ blue 123

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

Shades of Breaker Bay #4F807B

Tints of Breaker Bay #4F807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 23.94%
G = 38.79%
B = 37.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#4F807B (or 0x4F807B) is known color: Breaker Bay. HEX triplet: 4F, 80 and 7B. RGB value is (79,128,123). Sum of RGB (Red+Green+Blue) = 79+128+123=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #4F807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F807B is #B07F84. Grayscale: #707070. Windows color (decimal): -11566981 or 8093775. OLE color: 8093775.

HSL color Cylindrical-coordinate representation of color #4F807B: hue angle of 173.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F807B is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 128 123 -
CMYK 0.38 0 0.04 0.50
HSL 173.88º 0.24% 0.41% -
HSV(B) 173.88º 0.38% 0.5% -
XYZ 14.52 18.53 21.55 -
YUV 112.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 79 128 123 0.38 0 0.04 0.50 173.88 0.24 0.41
Hex 4F 80 7B 26 0 4 32 AE 18 29
Octal 117 200 173 46 0 4 62 256 30 51
Binary 1001111 10000000 1111011 100110 0 100 110010 10101110 11000 101001

Color Harmonies of #4F807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F807B

Black with #4F807B

Text Example


Text Example

White with #4F807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,128,123); }

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

background-color css

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

 a { background-color: rgb(79,128,123); }

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

border-color css

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

 span { border-color: rgb(79,128,123); }

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