#246C76

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

Shades of Allports #246C76

Tints of Allports #246C76

Color information

#246C76 (or 0x246C76) is unknown color: approx Allports. HEX triplet: 24, 6C and 76. RGB value is (36,108,118). Sum of RGB (Red+Green+Blue) = 36+108+118=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #246C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C76 is #DB9389. Grayscale: #575757. Windows color (decimal): -14390154 or 7760932. OLE color: 7760932.

HSL color Cylindrical-coordinate representation of color #246C76: hue angle of 187.32º 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 #246C76 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB36108118-
CMYK0.690.0800.54
HSL187.32º53.25%30.2%-
HSV(B)187.32º69.49%46.27%-
XYZ9.3612.4119.04-
YUV87.61145.1591.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=13.74%
G=41.22%
B=45.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361081180.690.0800.54187.3253.2530.2
Hex246C76458036bb351e
Octal44154166105100662736536
Binary100100110110011101101000101100001101101011101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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