Html Css Color HEX #4E7574 Breaker Bay

📋 copy color: '#4E7574'

red 78 ◦ green 117 ◦ blue 116

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

Shades of Breaker Bay #4E7574

Tints of Breaker Bay #4E7574

RGB

 RED value IS 78 (30.86% from 255) = 25.08%

 GREEN value IS 117 (46.09% from 255) = 37.62%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 25.08%
G = 37.62%
B = 37.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#4E7574 (or 0x4E7574) is known color: Breaker Bay. HEX triplet: 4E, 75 and 74. RGB value is (78,117,116). Sum of RGB (Red+Green+Blue) = 78+117+116=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7574 is #B18A8B. Grayscale: #696969. Windows color (decimal): -11635340 or 7632206. OLE color: 7632206.

HSL color Cylindrical-coordinate representation of color #4E7574: hue angle of 178.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E7574 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 117 116 -
CMYK 0.33 0 0.01 0.54
HSL 178.46º 0.2% 0.38% -
HSV(B) 178.46º 0.33% 0.46% -
XYZ 12.66 15.6 18.87 -
YUV 105.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 78 117 116 0.33 0 0.01 0.54 178.46 0.2 0.38
Hex 4E 75 74 21 0 1 36 B2 14 26
Octal 116 165 164 41 0 1 66 262 24 46
Binary 1001110 1110101 1110100 100001 0 1 110110 10110010 10100 100110

Color Harmonies of #4E7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7574

Black with #4E7574

Text Example


Text Example

White with #4E7574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,117,116); }

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

background-color css

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

 a { background-color: rgb(78,117,116); }

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

border-color css

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

 span { border-color: rgb(78,117,116); }

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