Html Css Color HEX #498278 Breaker Bay

📋 copy color: '#498278'

red 73 ◦ green 130 ◦ blue 120

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

Shades of Breaker Bay #498278

Tints of Breaker Bay #498278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 22.6%
G = 40.25%
B = 37.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#498278 (or 0x498278) is known color: Breaker Bay. HEX triplet: 49, 82 and 78. RGB value is (73,130,120). Sum of RGB (Red+Green+Blue) = 73+130+120=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #498278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498278 is #B67D87. Grayscale: #6F6F6F. Windows color (decimal): -11959688 or 7897673. OLE color: 7897673.

HSL color Cylindrical-coordinate representation of color #498278: hue angle of 169.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498278 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 120 -
CMYK 0.44 0 0.08 0.49
HSL 169.47º 0.28% 0.4% -
HSV(B) 169.47º 0.44% 0.51% -
XYZ 14.12 18.74 20.64 -
YUV 111.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 73 130 120 0.44 0 0.08 0.49 169.47 0.28 0.4
Hex 49 82 78 2C 0 8 31 A9 1C 28
Octal 111 202 170 54 0 10 61 251 34 50
Binary 1001001 10000010 1111000 101100 0 1000 110001 10101001 11100 101000

Color Harmonies of #498278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498278

Black with #498278

Text Example


Text Example

White with #498278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498278; }

 p { color: rgb(73,130,120); }

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

background-color css

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

 a { background-color: rgb(73,130,120); }

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

border-color css

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

 span { border-color: rgb(73,130,120); }

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