#467C76

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

Shades of Breaker Bay #467C76

Tints of Breaker Bay #467C76

Color information

#467C76 (or 0x467C76) is unknown color: approx Breaker Bay. HEX triplet: 46, 7C and 76. RGB value is (70,124,118). Sum of RGB (Red+Green+Blue) = 70+124+118=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #467C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C76 is #B98389. Grayscale: #6B6B6B. Windows color (decimal): -12157834 or 7765062. OLE color: 7765062.

HSL color Cylindrical-coordinate representation of color #467C76: hue angle of 173.33º 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 #467C76 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB70124118-
CMYK0.4400.050.51
HSL173.33º27.84%38.04%-
HSV(B)173.33º43.55%48.63%-
XYZ1317.0319.74-
YUV107.17134.11101.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=22.44%
G=39.74%
B=37.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701241180.4400.050.51173.3327.8438.04
Hex467C762C0533ad1c26
Octal1061741665405632553446
Binary10001101111100111011010110001011100111010110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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