Html Css Color HEX #414D7F Tory Blue

📋 copy color: '#414D7F'

red 65 ◦ green 77 ◦ blue 127

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

Shades of Tory Blue #414D7F

Tints of Tory Blue #414D7F

RGB

 RED value IS 65 (25.78% from 255) = 24.16%

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 24.16%
G = 28.62%
B = 47.21%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#414D7F (or 0x414D7F) is known color: Tory Blue. HEX triplet: 41, 4D and 7F. RGB value is (65,77,127). Sum of RGB (Red+Green+Blue) = 65+77+127=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #414D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D7F is #BEB280. Grayscale: #4E4E4E. Windows color (decimal): -12497537 or 8342849. OLE color: 8342849.

HSL color Cylindrical-coordinate representation of color #414D7F: hue angle of 228.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414D7F is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 77 127 -
CMYK 0.49 0.39 0 0.50
HSL 228.39º 0.32% 0.38% -
HSV(B) 228.39º 0.49% 0.5% -
XYZ 8.66 7.96 21.16 -
YUV 79.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 65 77 127 0.49 0.39 0 0.50 228.39 0.32 0.38
Hex 41 4D 7F 31 27 0 32 E4 20 26
Octal 101 115 177 61 47 0 62 344 40 46
Binary 1000001 1001101 1111111 110001 100111 0 110010 11100100 100000 100110

Color Harmonies of #414D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D7F

Black with #414D7F

Text Example


Text Example

White with #414D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D7F; }

 p { color: rgb(65,77,127); }

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

background-color css

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

 a { background-color: rgb(65,77,127); }

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

border-color css

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

 span { border-color: rgb(65,77,127); }

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