Html Css Color HEX #487774 Breaker Bay

📋 copy color: '#487774'

red 72 ◦ green 119 ◦ blue 116

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

Shades of Breaker Bay #487774

Tints of Breaker Bay #487774

RGB

 RED value IS 72 (28.52% from 255) = 23.45%

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

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

R = 23.45%
G = 38.76%
B = 37.79%

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

#487774 (or 0x487774) is known color: Breaker Bay. HEX triplet: 48, 77 and 74. RGB value is (72,119,116). Sum of RGB (Red+Green+Blue) = 72+119+116=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #487774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487774 is #B7888B. Grayscale: #686868. Windows color (decimal): -12028044 or 7632712. OLE color: 7632712.

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

Color convert

RGB 72 119 116 -
CMYK 0.39 0 0.03 0.53
HSL 176.17º 0.25% 0.37% -
HSV(B) 176.17º 0.39% 0.47% -
XYZ 12.42 15.83 18.92 -
YUV 104.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 72 119 116 0.39 0 0.03 0.53 176.17 0.25 0.37
Hex 48 77 74 27 0 3 35 B0 19 25
Octal 110 167 164 47 0 3 65 260 31 45
Binary 1001000 1110111 1110100 100111 0 11 110101 10110000 11001 100101

Color Harmonies of #487774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487774

Black with #487774

Text Example


Text Example

White with #487774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487774; }

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

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

background-color css

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

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

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

border-color css

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

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

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