#46837D

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

Shades of Breaker Bay #46837D

Tints of Breaker Bay #46837D

Color information

#46837D (or 0x46837D) is unknown color: approx Breaker Bay. HEX triplet: 46, 83 and 7D. RGB value is (70,131,125). Sum of RGB (Red+Green+Blue) = 70+131+125=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #46837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46837D is #B97C82. Grayscale: #707070. Windows color (decimal): -12156035 or 8225606. OLE color: 8225606.

HSL color Cylindrical-coordinate representation of color #46837D: hue angle of 174.1º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46837D is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB70131125-
CMYK0.4700.050.49
HSL174.1º30.35%39.41%-
HSV(B)174.1º46.56%51.37%-
XYZ14.3419.0222.32-
YUV112.08135.2997.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=21.47%
G=40.18%
B=38.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311250.4700.050.49174.130.3539.41
Hex46837D2F0531ae1e27
Octal1062031755705612563647
Binary100011010000011111110110111101011100011010111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46837D; }

 p { color: rgb(70,131,125); }

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

<style>
 a { background-color: #46837D; }

 a { background-color: rgb(70,131,125); }

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

<style>
 span { border-color: #46837D; }

 span { border-color: rgb(70,131,125); }

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