Html Css Color HEX #424B91 Tory Blue

📋 copy color: '#424B91'

red 66 ◦ green 75 ◦ blue 145

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

Shades of Tory Blue #424B91

Tints of Tory Blue #424B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 23.08%
G = 26.22%
B = 50.7%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424B91 (or 0x424B91) is known color: Tory Blue. HEX triplet: 42, 4B and 91. RGB value is (66,75,145). Sum of RGB (Red+Green+Blue) = 66+75+145=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #424B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B91 is #BDB46E. Grayscale: #505050. Windows color (decimal): -12432495 or 9521986. OLE color: 9521986.

HSL color Cylindrical-coordinate representation of color #424B91: hue angle of 233.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424B91 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 75 145 -
CMYK 0.54 0.48 0 0.43
HSL 233.16º 0.37% 0.41% -
HSV(B) 233.16º 0.54% 0.57% -
XYZ 9.87 8.23 27.86 -
YUV 80.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 66 75 145 0.54 0.48 0 0.43 233.16 0.37 0.41
Hex 42 4B 91 36 30 0 2B E9 25 29
Octal 102 113 221 66 60 0 53 351 45 51
Binary 1000010 1001011 10010001 110110 110000 0 101011 11101001 100101 101001

Color Harmonies of #424B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B91

Black with #424B91

Text Example


Text Example

White with #424B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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