#286471

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

Shades of Allports #286471

Tints of Allports #286471

Color information

#286471 (or 0x286471) is unknown color: approx Allports. HEX triplet: 28, 64 and 71. RGB value is (40,100,113). Sum of RGB (Red+Green+Blue) = 40+100+113=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #286471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286471 is #D79B8E. Grayscale: #535353. Windows color (decimal): -14130063 or 7431208. OLE color: 7431208.

HSL color Cylindrical-coordinate representation of color #286471: hue angle of 190.68º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286471 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB40100113-
CMYK0.650.1200.56
HSL190.68º47.71%30%-
HSV(B)190.68º64.6%44.31%-
XYZ8.4110.7617.26-
YUV83.54144.6296.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=15.81%
G=39.53%
B=44.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401001130.650.1200.56190.6847.7130
Hex28647141C038bf301e
Octal50144161101140702776036
Binary101000110010011100011000001110001110001011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286471; }

 p { color: rgb(40,100,113); }

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

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

 a { background-color: rgb(40,100,113); }

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

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

 span { border-color: rgb(40,100,113); }

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