#44817C

Color #44817C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #44817C

Tints of Breaker Bay #44817C

Color information

#44817C (or 0x44817C) is unknown color: approx Breaker Bay. HEX triplet: 44, 81 and 7C. RGB value is (68,129,124). Sum of RGB (Red+Green+Blue) = 68+129+124=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #44817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44817C is #BB7E83. Grayscale: #6E6E6E. Windows color (decimal): -12287620 or 8159556. OLE color: 8159556.

HSL color Cylindrical-coordinate representation of color #44817C: hue angle of 175.08º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44817C is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB68129124-
CMYK0.4700.040.49
HSL175.08º30.96%38.63%-
HSV(B)175.08º47.29%50.59%-
XYZ13.8718.3821.89-
YUV110.19135.7997.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=21.18%
G=40.19%
B=38.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291240.4700.040.49175.0830.9638.63
Hex44817C2F0431af1f27
Octal1042011745704612573747
Binary100010010000001111110010111101001100011010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44817C; }

 p { color: rgb(68,129,124); }

 H1.HeaderClassName
 {
   color: #44817C;
 }
 .AnyTagClassName
 {
   color: #44817C;
 }
</style>
background-color css

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

 a { background-color: rgb(68,129,124); }

 div.DivClassName
 {
   background-color: #44817C;
 }
 .BgClassName
 {
   background-color: #44817C;
 }
</style>
border-color css

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

 span { border-color: rgb(68,129,124); }

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