Html Css Color HEX #414C85 Tory Blue

📋 copy color: '#414C85'

red 65 ◦ green 76 ◦ blue 133

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

Shades of Tory Blue #414C85

Tints of Tory Blue #414C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

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

R = 23.72%
G = 27.74%
B = 48.54%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#414C85 (or 0x414C85) is known color: Tory Blue. HEX triplet: 41, 4C and 85. RGB value is (65,76,133). Sum of RGB (Red+Green+Blue) = 65+76+133=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #414C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C85 is #BEB37A. Grayscale: #4E4E4E. Windows color (decimal): -12497787 or 8735809. OLE color: 8735809.

HSL color Cylindrical-coordinate representation of color #414C85: hue angle of 230.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414C85 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 76 133 -
CMYK 0.51 0.43 0 0.48
HSL 230.29º 0.34% 0.39% -
HSV(B) 230.29º 0.51% 0.52% -
XYZ 9 7.99 23.26 -
YUV 79.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 65 76 133 0.51 0.43 0 0.48 230.29 0.34 0.39
Hex 41 4C 85 33 2B 0 30 E6 22 27
Octal 101 114 205 63 53 0 60 346 42 47
Binary 1000001 1001100 10000101 110011 101011 0 110000 11100110 100010 100111

Color Harmonies of #414C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C85

Black with #414C85

Text Example


Text Example

White with #414C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,133); }

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

background-color css

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

 a { background-color: rgb(65,76,133); }

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

border-color css

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

 span { border-color: rgb(65,76,133); }

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