#246F83

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

Shades of Allports #246F83

Tints of Allports #246F83

Color information

#246F83 (or 0x246F83) is unknown color: approx Allports. HEX triplet: 24, 6F and 83. RGB value is (36,111,131). Sum of RGB (Red+Green+Blue) = 36+111+131=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #246F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F83 is #DB907C. Grayscale: #5A5A5A. Windows color (decimal): -14389373 or 8613668. OLE color: 8613668.

HSL color Cylindrical-coordinate representation of color #246F83: hue angle of 192.63º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246F83 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB36111131-
CMYK0.730.1500.49
HSL192.63º56.89%32.75%-
HSV(B)192.63º72.52%51.37%-
XYZ10.5113.3823.5-
YUV90.85150.6588.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=12.95%
G=39.93%
B=47.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361111310.730.1500.49192.6356.8932.75
Hex246F8349F031c13921
Octal44157203111170613017141
Binary10010011011111000001110010011111011000111000001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,111,131); }

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

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

 a { background-color: rgb(36,111,131); }

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

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

 span { border-color: rgb(36,111,131); }

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