#46807C

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

Shades of Breaker Bay #46807C

Tints of Breaker Bay #46807C

Color information

#46807C (or 0x46807C) is unknown color: approx Breaker Bay. HEX triplet: 46, 80 and 7C. RGB value is (70,128,124). Sum of RGB (Red+Green+Blue) = 70+128+124=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #46807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46807C is #B97F83. Grayscale: #6E6E6E. Windows color (decimal): -12156804 or 8159302. OLE color: 8159302.

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

Color convert

RGB70128124-
CMYK0.4500.030.50
HSL175.86º29.29%38.82%-
HSV(B)175.86º45.31%50.2%-
XYZ13.8818.221.85-
YUV110.2135.7899.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=21.74%
G=39.75%
B=38.51%

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
Decimal701281240.4500.030.50175.8629.2938.82
Hex46807C2D0332b01d27
Octal1062001745503622603547
Binary10001101000000011111001011010111100101011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46807C; }

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

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

<style>
 a { background-color: #46807C; }

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

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

<style>
 span { border-color: #46807C; }

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

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