#26479D

Color #26479D Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #26479D

Tints of Tory Blue #26479D

Color information

#26479D (or 0x26479D) is unknown color: approx Tory Blue. HEX triplet: 26, 47 and 9D. RGB value is (38,71,157). Sum of RGB (Red+Green+Blue) = 38+71+157=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #26479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26479D is #D9B862. Grayscale: #464646. Windows color (decimal): -14268515 or 10307366. OLE color: 10307366.

HSL color Cylindrical-coordinate representation of color #26479D: hue angle of 223.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26479D is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3871157-
CMYK0.760.5500.38
HSL223.36º61.03%38.24%-
HSV(B)223.36º75.8%61.57%-
XYZ9.147.3532.84-
YUV70.94176.57104.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=14.29%
G=26.69%
B=59.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38711570.760.5500.38223.3661.0338.24
Hex26479D4C37026df3d26
Octal46107235114670463377546
Binary1001101000111100111011001100110111010011011011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26479D; }

 p { color: rgb(38,71,157); }

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

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

 a { background-color: rgb(38,71,157); }

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

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

 span { border-color: rgb(38,71,157); }

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