#246E7F

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

Shades of Allports #246E7F

Tints of Allports #246E7F

Color information

#246E7F (or 0x246E7F) is unknown color: approx Allports. HEX triplet: 24, 6E and 7F. RGB value is (36,110,127). Sum of RGB (Red+Green+Blue) = 36+110+127=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #246E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E7F is #DB9180. Grayscale: #595959. Windows color (decimal): -14389633 or 8351268. OLE color: 8351268.

HSL color Cylindrical-coordinate representation of color #246E7F: hue angle of 191.21º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246E7F is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB36110127-
CMYK0.720.1300.50
HSL191.21º55.83%31.96%-
HSV(B)191.21º71.65%49.8%-
XYZ10.1313.0622.07-
YUV89.81148.9889.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 127 (50% from 255) = 46.52%
R=13.19%
G=40.29%
B=46.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361101270.720.1300.50191.2155.8331.96
Hex246E7F48D032bf3820
Octal44156177110150622777040
Binary1001001101110111111110010001101011001010111111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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