#246E77

Color #246E77 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #246E77

Tints of Allports #246E77

Color information

#246E77 (or 0x246E77) is unknown color: approx Allports. HEX triplet: 24, 6E and 77. RGB value is (36,110,119). Sum of RGB (Red+Green+Blue) = 36+110+119=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #246E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E77 is #DB9188. Grayscale: #585858. Windows color (decimal): -14389641 or 7826980. OLE color: 7826980.

HSL color Cylindrical-coordinate representation of color #246E77: hue angle of 186.51º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246E77 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB36110119-
CMYK0.700.0800.53
HSL186.51º53.55%30.39%-
HSV(B)186.51º69.75%46.67%-
XYZ9.6312.8619.43-
YUV88.9144.9890.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=13.58%
G=41.51%
B=44.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal361101190.700.0800.53186.5153.5530.39
Hex246E77468035bb361e
Octal44156167106100652736636
Binary100100110111011101111000110100001101011011101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246E77; }

 p { color: rgb(36,110,119); }

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

<style>
 a { background-color: #246E77; }

 a { background-color: rgb(36,110,119); }

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

<style>
 span { border-color: #246E77; }

 span { border-color: rgb(36,110,119); }

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