#246A71

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

Shades of Allports #246A71

Tints of Allports #246A71

Color information

#246A71 (or 0x246A71) is unknown color: approx Allports. HEX triplet: 24, 6A and 71. RGB value is (36,106,113). Sum of RGB (Red+Green+Blue) = 36+106+113=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #246A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246A71 is #DB958E. Grayscale: #555555. Windows color (decimal): -14390671 or 7432740. OLE color: 7432740.

HSL color Cylindrical-coordinate representation of color #246A71: hue angle of 185.45º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246A71 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36106113-
CMYK0.680.0600.56
HSL185.45º51.68%29.22%-
HSV(B)185.45º68.14%44.31%-
XYZ8.8611.8817.45-
YUV85.87143.3192.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=14.12%
G=41.57%
B=44.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361061130.680.0600.56185.4551.6829.22
Hex246A71446038b9341d
Octal4415216110460702716435
Binary10010011010101110001100010011001110001011100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,106,113); }

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

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

 a { background-color: rgb(36,106,113); }

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

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

 span { border-color: rgb(36,106,113); }

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