Html Css Color HEX #413A48 Jagger

📋 copy color: '#413A48'

red 65 ◦ green 58 ◦ blue 72

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

Shades of Jagger #413A48

Tints of Jagger #413A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 33.33%
G = 29.74%
B = 36.92%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413A48 (or 0x413A48) is known color: Jagger. HEX triplet: 41, 3A and 48. RGB value is (65,58,72). Sum of RGB (Red+Green+Blue) = 65+58+72=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #413A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A48 is #BEC5B7. Grayscale: #3D3D3D. Windows color (decimal): -12502456 or 4733505. OLE color: 4733505.

HSL color Cylindrical-coordinate representation of color #413A48: hue angle of 270º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #413A48 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 58 72 -
CMYK 0.10 0.19 0 0.72
HSL 270º 0.11% 0.25% -
HSV(B) 270º 0.19% 0.28% -
XYZ 4.86 4.62 6.77 -
YUV 61.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 65 58 72 0.10 0.19 0 0.72 270 0.11 0.25
Hex 41 3A 48 A 13 0 48 10E B 19
Octal 101 72 110 12 23 0 110 416 13 31
Binary 1000001 111010 1001000 1010 10011 0 1001000 100001110 1011 11001

Color Harmonies of #413A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A48

Black with #413A48

Text Example


Text Example

White with #413A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A48; }

 p { color: rgb(65,58,72); }

 H1.HeaderClassName
 {
   color: #413A48;
 }
 .AnyTagClassName
 {
   color: #413A48;
 }
</style>

background-color css

<style>
 a { background-color: #413A48; }

 a { background-color: rgb(65,58,72); }

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

border-color css

<style>
 span { border-color: #413A48; }

 span { border-color: rgb(65,58,72); }

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