Html Css Color HEX #41364F Jagger

📋 copy color: '#41364F'

red 65 ◦ green 54 ◦ blue 79

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

Shades of Jagger #41364F

Tints of Jagger #41364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 32.83%
G = 27.27%
B = 39.9%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41364F (or 0x41364F) is known color: Jagger. HEX triplet: 41, 36 and 4F. RGB value is (65,54,79). Sum of RGB (Red+Green+Blue) = 65+54+79=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #41364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41364F is #BEC9B0. Grayscale: #3C3C3C. Windows color (decimal): -12503473 or 5191233. OLE color: 5191233.

HSL color Cylindrical-coordinate representation of color #41364F: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41364F is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 54 79 -
CMYK 0.18 0.32 0 0.69
HSL 266.4º 0.19% 0.26% -
HSV(B) 266.4º 0.32% 0.31% -
XYZ 4.91 4.33 7.97 -
YUV 60.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 65 54 79 0.18 0.32 0 0.69 266.4 0.19 0.26
Hex 41 36 4F 12 20 0 45 10A 13 1A
Octal 101 66 117 22 40 0 105 412 23 32
Binary 1000001 110110 1001111 10010 100000 0 1000101 100001010 10011 11010

Color Harmonies of #41364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41364F

Black with #41364F

Text Example


Text Example

White with #41364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41364F; }

 p { color: rgb(65,54,79); }

 H1.HeaderClassName
 {
   color: #41364F;
 }
 .AnyTagClassName
 {
   color: #41364F;
 }
</style>

background-color css

<style>
 a { background-color: #41364F; }

 a { background-color: rgb(65,54,79); }

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

border-color css

<style>
 span { border-color: #41364F; }

 span { border-color: rgb(65,54,79); }

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