Html Css Color HEX #404A85 Tory Blue

📋 copy color: '#404A85'

red 64 ◦ green 74 ◦ blue 133

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

Shades of Tory Blue #404A85

Tints of Tory Blue #404A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 23.62%
G = 27.31%
B = 49.08%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#404A85 (or 0x404A85) is known color: Tory Blue. HEX triplet: 40, 4A and 85. RGB value is (64,74,133). Sum of RGB (Red+Green+Blue) = 64+74+133=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #404A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A85 is #BFB57A. Grayscale: #4D4D4D. Windows color (decimal): -12563835 or 8735296. OLE color: 8735296.

HSL color Cylindrical-coordinate representation of color #404A85: hue angle of 231.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404A85 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 74 133 -
CMYK 0.52 0.44 0 0.48
HSL 231.3º 0.35% 0.39% -
HSV(B) 231.3º 0.52% 0.52% -
XYZ 8.8 7.68 23.21 -
YUV 77.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 64 74 133 0.52 0.44 0 0.48 231.3 0.35 0.39
Hex 40 4A 85 34 2C 0 30 E7 23 27
Octal 100 112 205 64 54 0 60 347 43 47
Binary 1000000 1001010 10000101 110100 101100 0 110000 11100111 100011 100111

Color Harmonies of #404A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A85

Black with #404A85

Text Example


Text Example

White with #404A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,133); }

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

background-color css

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

 a { background-color: rgb(64,74,133); }

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

border-color css

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

 span { border-color: rgb(64,74,133); }

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