#256479

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

Shades of Allports #256479

Tints of Allports #256479

Color information

#256479 (or 0x256479) is unknown color: approx Allports. HEX triplet: 25, 64 and 79. RGB value is (37,100,121). Sum of RGB (Red+Green+Blue) = 37+100+121=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #256479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256479 is #DA9B86. Grayscale: #535353. Windows color (decimal): -14326663 or 7955493. OLE color: 7955493.

HSL color Cylindrical-coordinate representation of color #256479: hue angle of 195º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256479 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37100121-
CMYK0.690.1700.53
HSL195º53.16%30.98%-
HSV(B)195º69.42%47.45%-
XYZ8.7710.8919.73-
YUV83.56149.1394.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=14.34%
G=38.76%
B=46.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371001210.690.1700.5319553.1630.98
Hex2564794511035c3351f
Octal45144171105210653036537
Binary1001011100100111100110001011000101101011100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256479; }

 p { color: rgb(37,100,121); }

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

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

 a { background-color: rgb(37,100,121); }

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

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

 span { border-color: rgb(37,100,121); }

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