#424B87

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

Shades of Tory Blue #424B87

Tints of Tory Blue #424B87

Color information

#424B87 (or 0x424B87) is unknown color: approx Tory Blue. HEX triplet: 42, 4B and 87. RGB value is (66,75,135). Sum of RGB (Red+Green+Blue) = 66+75+135=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #424B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B87 is #BDB478. Grayscale: #4E4E4E. Windows color (decimal): -12432505 or 8866626. OLE color: 8866626.

HSL color Cylindrical-coordinate representation of color #424B87: hue angle of 232.17º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424B87 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6675135-
CMYK0.510.4400.47
HSL232.17º34.33%39.41%-
HSV(B)232.17º51.11%52.94%-
XYZ9.147.9423.97-
YUV79.15159.52118.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=23.91%
G=27.17%
B=48.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66751350.510.4400.47232.1734.3339.41
Hex424B87332C02Fe82227
Octal10211320763540573504247
Binary1000010100101110000111110011101100010111111101000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424B87; }

 p { color: rgb(66,75,135); }

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

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

 a { background-color: rgb(66,75,135); }

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

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

 span { border-color: rgb(66,75,135); }

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