#424b8c

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

Shades of Tory Blue #424B8C

Tints of Tory Blue #424B8C

Color information

#424B8C (or 0x424B8C) is unknown color: approx Tory Blue. HEX triplet: 42, 4B and 8C. RGB value is (66,75,140). Sum of RGB (Red+Green+Blue) = 66+75+140=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #424B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B8C is #BDB473. Grayscale: #4F4F4F. Windows color (decimal): -12432500 or 9194306. OLE color: 9194306.

HSL color Cylindrical-coordinate representation of color #424B8C: hue angle of 232.7º 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 #424B8C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6675140-
CMYK0.530.4600.45
HSL232.7º35.92%40.39%-
HSV(B)232.7º52.86%54.9%-
XYZ9.58.0825.87-
YUV79.72162.02118.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=23.49%
G=26.69%
B=49.82%

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
Decimal66751400.530.4600.45232.735.9240.39
Hex424B8C352E02De92428
Octal10211321465560553514450
Binary1000010100101110001100110101101110010110111101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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