#266476

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

Shades of Allports #266476

Tints of Allports #266476

Color information

#266476 (or 0x266476) is unknown color: approx Allports. HEX triplet: 26, 64 and 76. RGB value is (38,100,118). Sum of RGB (Red+Green+Blue) = 38+100+118=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #266476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266476 is #D99B89. Grayscale: #535353. Windows color (decimal): -14261130 or 7758886. OLE color: 7758886.

HSL color Cylindrical-coordinate representation of color #266476: hue angle of 193.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266476 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB38100118-
CMYK0.680.1500.54
HSL193.5º51.28%30.59%-
HSV(B)193.5º67.8%46.27%-
XYZ8.6310.8318.78-
YUV83.51147.4695.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=14.84%
G=39.06%
B=46.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381001180.680.1500.54193.551.2830.59
Hex26647644F036c2331f
Octal46144166104170663026337
Binary100110110010011101101000100111101101101100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266476; }

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

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

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

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

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

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

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

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