#246A74

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

Shades of Allports #246A74

Tints of Allports #246A74

Color information

#246A74 (or 0x246A74) is unknown color: approx Allports. HEX triplet: 24, 6A and 74. RGB value is (36,106,116). Sum of RGB (Red+Green+Blue) = 36+106+116=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #246A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246A74 is #DB958B. Grayscale: #565656. Windows color (decimal): -14390668 or 7629348. OLE color: 7629348.

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

Color convert

RGB36106116-
CMYK0.690.0900.55
HSL187.5º52.63%29.8%-
HSV(B)187.5º68.97%45.49%-
XYZ9.0311.9418.35-
YUV86.21144.8192.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=13.95%
G=41.09%
B=44.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361061160.690.0900.55187.552.6329.8
Hex246A74459037bc351e
Octal44152164105110672746536
Binary100100110101011101001000101100101101111011110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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