#246E76

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

Shades of Allports #246E76

Tints of Allports #246E76

Color information

#246E76 (or 0x246E76) is unknown color: approx Allports. HEX triplet: 24, 6E and 76. RGB value is (36,110,118). Sum of RGB (Red+Green+Blue) = 36+110+118=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #246E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E76 is #DB9189. Grayscale: #585858. Windows color (decimal): -14389642 or 7761444. OLE color: 7761444.

HSL color Cylindrical-coordinate representation of color #246E76: hue angle of 185.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246E76 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB36110118-
CMYK0.690.0700.54
HSL185.85º53.25%30.2%-
HSV(B)185.85º69.49%46.27%-
XYZ9.5712.8319.11-
YUV88.79144.4890.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=13.64%
G=41.67%
B=44.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361101180.690.0700.54185.8553.2530.2
Hex246E76457036ba351e
Octal4415616610570662726536
Binary10010011011101110110100010111101101101011101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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