#467F7B

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

Shades of Breaker Bay #467F7B

Tints of Breaker Bay #467F7B

Color information

#467F7B (or 0x467F7B) is unknown color: approx Breaker Bay. HEX triplet: 46, 7F and 7B. RGB value is (70,127,123). Sum of RGB (Red+Green+Blue) = 70+127+123=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #467F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F7B is #B98084. Grayscale: #6D6D6D. Windows color (decimal): -12157061 or 8093510. OLE color: 8093510.

HSL color Cylindrical-coordinate representation of color #467F7B: hue angle of 175.79º 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 #467F7B is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB70127123-
CMYK0.4500.030.50
HSL175.79º28.93%38.63%-
HSV(B)175.79º44.88%49.8%-
XYZ13.6917.9121.47-
YUV109.5135.6299.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=21.88%
G=39.69%
B=38.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701271230.4500.030.50175.7928.9338.63
Hex467F7B2D0332b01d27
Octal1061771735503622603547
Binary1000110111111111110111011010111100101011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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