Html Css Color HEX #4A7775 Breaker Bay

📋 copy color: '#4A7775'

red 74 ◦ green 119 ◦ blue 117

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

Shades of Breaker Bay #4A7775

Tints of Breaker Bay #4A7775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 23.87%
G = 38.39%
B = 37.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#4A7775 (or 0x4A7775) is known color: Breaker Bay. HEX triplet: 4A, 77 and 75. RGB value is (74,119,117). Sum of RGB (Red+Green+Blue) = 74+119+117=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7775 is #B5888A. Grayscale: #696969. Windows color (decimal): -11896971 or 7698250. OLE color: 7698250.

HSL color Cylindrical-coordinate representation of color #4A7775: hue angle of 177.33º degrees, saturation: 0.23, 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 #4A7775 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 117 -
CMYK 0.38 0 0.02 0.53
HSL 177.33º 0.23% 0.38% -
HSV(B) 177.33º 0.38% 0.47% -
XYZ 12.63 15.93 19.24 -
YUV 105.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 74 119 117 0.38 0 0.02 0.53 177.33 0.23 0.38
Hex 4A 77 75 26 0 2 35 B1 17 26
Octal 112 167 165 46 0 2 65 261 27 46
Binary 1001010 1110111 1110101 100110 0 10 110101 10110001 10111 100110

Color Harmonies of #4A7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7775

Black with #4A7775

Text Example


Text Example

White with #4A7775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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