Html Css Color HEX #41548B Tory Blue

📋 copy color: '#41548B'

red 65 ◦ green 84 ◦ blue 139

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

Shades of Tory Blue #41548B

Tints of Tory Blue #41548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 22.57%
G = 29.17%
B = 48.26%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41548B (or 0x41548B) is known color: Tory Blue. HEX triplet: 41, 54 and 8B. RGB value is (65,84,139). Sum of RGB (Red+Green+Blue) = 65+84+139=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #41548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41548B is #BEAB74. Grayscale: #545454. Windows color (decimal): -12495733 or 9131073. OLE color: 9131073.

HSL color Cylindrical-coordinate representation of color #41548B: hue angle of 224.59º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41548B is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 84 139 -
CMYK 0.53 0.40 0 0.45
HSL 224.59º 0.36% 0.4% -
HSV(B) 224.59º 0.53% 0.55% -
XYZ 10.01 9.33 25.7 -
YUV 84.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 65 84 139 0.53 0.40 0 0.45 224.59 0.36 0.4
Hex 41 54 8B 35 28 0 2D E1 24 28
Octal 101 124 213 65 50 0 55 341 44 50
Binary 1000001 1010100 10001011 110101 101000 0 101101 11100001 100100 101000

Color Harmonies of #41548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41548B

Black with #41548B

Text Example


Text Example

White with #41548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41548B; }

 p { color: rgb(65,84,139); }

 H1.HeaderClassName
 {
   color: #41548B;
 }
 .AnyTagClassName
 {
   color: #41548B;
 }
</style>

background-color css

<style>
 a { background-color: #41548B; }

 a { background-color: rgb(65,84,139); }

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

border-color css

<style>
 span { border-color: #41548B; }

 span { border-color: rgb(65,84,139); }

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