Html Css Color HEX #497774 Breaker Bay

📋 copy color: '#497774'

red 73 ◦ green 119 ◦ blue 116

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

Shades of Breaker Bay #497774

Tints of Breaker Bay #497774

RGB

 RED value IS 73 (28.91% from 255) = 23.7%

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

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

R = 23.7%
G = 38.64%
B = 37.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#497774 (or 0x497774) is known color: Breaker Bay. HEX triplet: 49, 77 and 74. RGB value is (73,119,116). Sum of RGB (Red+Green+Blue) = 73+119+116=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #497774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497774 is #B6888B. Grayscale: #686868. Windows color (decimal): -11962508 or 7632713. OLE color: 7632713.

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

Color convert

RGB 73 119 116 -
CMYK 0.39 0 0.03 0.53
HSL 176.09º 0.24% 0.38% -
HSV(B) 176.09º 0.39% 0.47% -
XYZ 12.5 15.87 18.93 -
YUV 104.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 73 119 116 0.39 0 0.03 0.53 176.09 0.24 0.38
Hex 49 77 74 27 0 3 35 B0 18 26
Octal 111 167 164 47 0 3 65 260 30 46
Binary 1001001 1110111 1110100 100111 0 11 110101 10110000 11000 100110

Color Harmonies of #497774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497774

Black with #497774

Text Example


Text Example

White with #497774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497774; }

 p { color: rgb(73,119,116); }

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

background-color css

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

 a { background-color: rgb(73,119,116); }

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

border-color css

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

 span { border-color: rgb(73,119,116); }

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