#266471

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

Shades of Allports #266471

Tints of Allports #266471

Color information

#266471 (or 0x266471) is unknown color: approx Allports. HEX triplet: 26, 64 and 71. RGB value is (38,100,113). Sum of RGB (Red+Green+Blue) = 38+100+113=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #266471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266471 is #D99B8E. Grayscale: #525252. Windows color (decimal): -14261135 or 7431206. OLE color: 7431206.

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

Color convert

RGB38100113-
CMYK0.660.1200.56
HSL190.4º49.67%29.61%-
HSV(B)190.4º66.37%44.31%-
XYZ8.3410.7217.25-
YUV82.94144.9695.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=15.14%
G=39.84%
B=45.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381001130.660.1200.56190.449.6729.61
Hex26647142C038be321e
Octal46144161102140702766236
Binary100110110010011100011000010110001110001011111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266471; }

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

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

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

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

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

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

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

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