Html Css Color HEX #404F90 Tory Blue

📋 copy color: '#404F90'

red 64 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #404F90

Tints of Tory Blue #404F90

RGB

 RED value IS 64 (25.39% from 255) = 22.3%

 GREEN value IS 79 (31.25% from 255) = 27.53%

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

R = 22.3%
G = 27.53%
B = 50.17%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404F90 (or 0x404F90) is known color: Tory Blue. HEX triplet: 40, 4F and 90. RGB value is (64,79,144). Sum of RGB (Red+Green+Blue) = 64+79+144=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #404F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F90 is #BFB06F. Grayscale: #515151. Windows color (decimal): -12562544 or 9457472. OLE color: 9457472.

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

Color convert

RGB 64 79 144 -
CMYK 0.56 0.45 0 0.44
HSL 228.75º 0.38% 0.41% -
HSV(B) 228.75º 0.56% 0.56% -
XYZ 9.94 8.7 27.54 -
YUV 81.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 64 79 144 0.56 0.45 0 0.44 228.75 0.38 0.41
Hex 40 4F 90 38 2D 0 2C E5 26 29
Octal 100 117 220 70 55 0 54 345 46 51
Binary 1000000 1001111 10010000 111000 101101 0 101100 11100101 100110 101001

Color Harmonies of #404F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F90

Black with #404F90

Text Example


Text Example

White with #404F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404F90; }

 p { color: rgb(64,79,144); }

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

background-color css

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

 a { background-color: rgb(64,79,144); }

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

border-color css

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

 span { border-color: rgb(64,79,144); }

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