Html Css Color HEX #4A7877 Breaker Bay

📋 copy color: '#4A7877'

red 74 ◦ green 120 ◦ blue 119

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

Shades of Breaker Bay #4A7877

Tints of Breaker Bay #4A7877

RGB

 RED value IS 74 (29.3% from 255) = 23.64%

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 23.64%
G = 38.34%
B = 38.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#4A7877 (or 0x4A7877) is known color: Breaker Bay. HEX triplet: 4A, 78 and 77. RGB value is (74,120,119). Sum of RGB (Red+Green+Blue) = 74+120+119=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7877 is #B58788. Grayscale: #6A6A6A. Windows color (decimal): -11896713 or 7829578. OLE color: 7829578.

HSL color Cylindrical-coordinate representation of color #4A7877: hue angle of 178.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7877 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 120 119 -
CMYK 0.38 0 0.01 0.53
HSL 178.7º 0.24% 0.38% -
HSV(B) 178.7º 0.38% 0.47% -
XYZ 12.87 16.22 19.91 -
YUV 106.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 74 120 119 0.38 0 0.01 0.53 178.7 0.24 0.38
Hex 4A 78 77 26 0 1 35 B3 18 26
Octal 112 170 167 46 0 1 65 263 30 46
Binary 1001010 1111000 1110111 100110 0 1 110101 10110011 11000 100110

Color Harmonies of #4A7877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7877

Black with #4A7877

Text Example


Text Example

White with #4A7877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,120,119); }

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

background-color css

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

 a { background-color: rgb(74,120,119); }

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

border-color css

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

 span { border-color: rgb(74,120,119); }

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