Html Css Color HEX #424B90 Tory Blue

📋 copy color: '#424B90'

red 66 ◦ green 75 ◦ blue 144

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

Shades of Tory Blue #424B90

Tints of Tory Blue #424B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

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

R = 23.16%
G = 26.32%
B = 50.53%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#424B90 (or 0x424B90) is known color: Tory Blue. HEX triplet: 42, 4B and 90. RGB value is (66,75,144). Sum of RGB (Red+Green+Blue) = 66+75+144=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #424B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B90 is #BDB46F. Grayscale: #4F4F4F. Windows color (decimal): -12432496 or 9456450. OLE color: 9456450.

HSL color Cylindrical-coordinate representation of color #424B90: hue angle of 233.08º 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 #424B90 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 75 144 -
CMYK 0.54 0.48 0 0.44
HSL 233.08º 0.37% 0.41% -
HSV(B) 233.08º 0.54% 0.56% -
XYZ 9.8 8.2 27.45 -
YUV 80.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 66 75 144 0.54 0.48 0 0.44 233.08 0.37 0.41
Hex 42 4B 90 36 30 0 2C E9 25 29
Octal 102 113 220 66 60 0 54 351 45 51
Binary 1000010 1001011 10010000 110110 110000 0 101100 11101001 100101 101001

Color Harmonies of #424B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B90

Black with #424B90

Text Example


Text Example

White with #424B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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