Html Css Color HEX #424D84 Tory Blue

📋 copy color: '#424D84'

red 66 ◦ green 77 ◦ blue 132

#424D84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #424D84

Tints of Tory Blue #424D84

RGB

 RED value IS 66 (26.17% from 255) = 24%

 GREEN value IS 77 (30.47% from 255) = 28%

 BLUE value IS 132 (51.95% from 255) = 48%

R = 24%
G = 28%
B = 48%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424D84 (or 0x424D84) is known color: Tory Blue. HEX triplet: 42, 4D and 84. RGB value is (66,77,132). Sum of RGB (Red+Green+Blue) = 66+77+132=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #424D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D84 is #BDB27B. Grayscale: #4F4F4F. Windows color (decimal): -12431996 or 8670530. OLE color: 8670530.

HSL color Cylindrical-coordinate representation of color #424D84: hue angle of 230º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424D84 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 77 132 -
CMYK 0.5 0.42 0 0.48
HSL 230º 0.33% 0.39% -
HSV(B) 230º 0.5% 0.52% -
XYZ 9.07 8.13 22.92 -
YUV 79.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 66 77 132 0.5 0.42 0 0.48 230 0.33 0.39
Hex 42 4D 84 32 2A 0 30 E6 21 27
Octal 102 115 204 62 52 0 60 346 41 47
Binary 1000010 1001101 10000100 110010 101010 0 110000 11100110 100001 100111

Color Harmonies of #424D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D84

Black with #424D84

Text Example


Text Example

White with #424D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,132); }

 H1.HeaderClassName
 {
   color: #424D84;
 }
 .AnyTagClassName
 {
   color: #424D84;
 }
</style>

background-color css

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

 a { background-color: rgb(66,77,132); }

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

border-color css

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

 span { border-color: rgb(66,77,132); }

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