#424B8B

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

Shades of Tory Blue #424B8B

Tints of Tory Blue #424B8B

Color information

#424B8B (or 0x424B8B) is unknown color: approx Tory Blue. HEX triplet: 42, 4B and 8B. RGB value is (66,75,139). Sum of RGB (Red+Green+Blue) = 66+75+139=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #424B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B8B is #BDB474. Grayscale: #4F4F4F. Windows color (decimal): -12432501 or 9128770. OLE color: 9128770.

HSL color Cylindrical-coordinate representation of color #424B8B: hue angle of 232.6º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424B8B is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6675139-
CMYK0.530.4600.45
HSL232.6º35.61%40.2%-
HSV(B)232.6º52.52%54.51%-
XYZ9.428.0525.48-
YUV79.6161.52118.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=23.57%
G=26.79%
B=49.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66751390.530.4600.45232.635.6140.2
Hex424B8B352E02De92428
Octal10211321365560553514450
Binary1000010100101110001011110101101110010110111101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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