#4A8378

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

Shades of Breaker Bay #4A8378

Tints of Breaker Bay #4A8378

Color information

#4A8378 (or 0x4A8378) is unknown color: approx Breaker Bay. HEX triplet: 4A, 83 and 78. RGB value is (74,131,120). Sum of RGB (Red+Green+Blue) = 74+131+120=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #4A8378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8378 is #B57C87. Grayscale: #707070. Windows color (decimal): -11893896 or 7897930. OLE color: 7897930.

HSL color Cylindrical-coordinate representation of color #4A8378: hue angle of 168.42º 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 #4A8378 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB74131120-
CMYK0.4400.080.49
HSL168.42º27.8%40.2%-
HSV(B)168.42º43.51%51.37%-
XYZ14.3319.0420.69-
YUV112.7132.12100.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=22.77%
G=40.31%
B=36.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741311200.4400.080.49168.4227.840.2
Hex4A83782C0831a81c28
Octal11220317054010612503450
Binary1001010100000111111000101100010001100011010100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,131,120); }

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

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

 a { background-color: rgb(74,131,120); }

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

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

 span { border-color: rgb(74,131,120); }

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