#467F7A

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

Shades of Breaker Bay #467F7A

Tints of Breaker Bay #467F7A

Color information

#467F7A (or 0x467F7A) is unknown color: approx Breaker Bay. HEX triplet: 46, 7F and 7A. RGB value is (70,127,122). Sum of RGB (Red+Green+Blue) = 70+127+122=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #467F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F7A is #B98085. Grayscale: #6D6D6D. Windows color (decimal): -12157062 or 8027974. OLE color: 8027974.

HSL color Cylindrical-coordinate representation of color #467F7A: hue angle of 174.74º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F7A is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB70127122-
CMYK0.4500.040.50
HSL174.74º28.93%38.63%-
HSV(B)174.74º44.88%49.8%-
XYZ13.6317.8921.15-
YUV109.39135.1299.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=21.94%
G=39.81%
B=38.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701271220.4500.040.50174.7428.9338.63
Hex467F7A2D0432af1d27
Octal1061771725504622573547
Binary10001101111111111101010110101001100101010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,127,122); }

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

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

 a { background-color: rgb(70,127,122); }

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

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

 span { border-color: rgb(70,127,122); }

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