#467C78

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

Shades of Breaker Bay #467C78

Tints of Breaker Bay #467C78

Color information

#467C78 (or 0x467C78) is unknown color: approx Breaker Bay. HEX triplet: 46, 7C and 78. RGB value is (70,124,120). Sum of RGB (Red+Green+Blue) = 70+124+120=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #467C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C78 is #B98387. Grayscale: #6B6B6B. Windows color (decimal): -12157832 or 7896134. OLE color: 7896134.

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

Color convert

RGB70124120-
CMYK0.4400.030.51
HSL175.56º27.84%38.04%-
HSV(B)175.56º43.55%48.63%-
XYZ13.1217.0720.37-
YUV107.4135.11101.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=22.29%
G=39.49%
B=38.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701241200.4400.030.51175.5627.8438.04
Hex467C782C0333b01c26
Octal1061741705403632603446
Binary1000110111110011110001011000111100111011000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467C78; }

 p { color: rgb(70,124,120); }

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

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

 a { background-color: rgb(70,124,120); }

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

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

 span { border-color: rgb(70,124,120); }

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