Html Css Color HEX #424990 Tory Blue

📋 copy color: '#424990'

red 66 ◦ green 73 ◦ blue 144

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

Shades of Tory Blue #424990

Tints of Tory Blue #424990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 23.32%
G = 25.8%
B = 50.88%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#424990 (or 0x424990) is known color: Tory Blue. HEX triplet: 42, 49 and 90. RGB value is (66,73,144). Sum of RGB (Red+Green+Blue) = 66+73+144=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #424990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424990 is #BDB66F. Grayscale: #4E4E4E. Windows color (decimal): -12433008 or 9455938. OLE color: 9455938.

HSL color Cylindrical-coordinate representation of color #424990: hue angle of 234.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424990 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 73 144 -
CMYK 0.54 0.49 0 0.44
HSL 234.62º 0.37% 0.41% -
HSV(B) 234.62º 0.54% 0.56% -
XYZ 9.66 7.94 27.41 -
YUV 79 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 66 73 144 0.54 0.49 0 0.44 234.62 0.37 0.41
Hex 42 49 90 36 31 0 2C EB 25 29
Octal 102 111 220 66 61 0 54 353 45 51
Binary 1000010 1001001 10010000 110110 110001 0 101100 11101011 100101 101001

Color Harmonies of #424990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424990

Black with #424990

Text Example


Text Example

White with #424990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424990; }

 p { color: rgb(66,73,144); }

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

background-color css

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

 a { background-color: rgb(66,73,144); }

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

border-color css

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

 span { border-color: rgb(66,73,144); }

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