Html Css Color HEX #433D49 Jagger

📋 copy color: '#433D49'

red 67 ◦ green 61 ◦ blue 73

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

Shades of Jagger #433D49

Tints of Jagger #433D49

RGB

 RED value IS 67 (26.56% from 255) = 33.33%

 GREEN value IS 61 (24.22% from 255) = 30.35%

 BLUE value IS 73 (28.91% from 255) = 36.32%

R = 33.33%
G = 30.35%
B = 36.32%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#433D49 (or 0x433D49) is known color: Jagger. HEX triplet: 43, 3D and 49. RGB value is (67,61,73). Sum of RGB (Red+Green+Blue) = 67+61+73=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 73 - color contains mainly: blue. Hex color #433D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433D49 is #BCC2B6. Grayscale: #404040. Windows color (decimal): -12370615 or 4799811. OLE color: 4799811.

HSL color Cylindrical-coordinate representation of color #433D49: hue angle of 270º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #433D49 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 61 73 -
CMYK 0.08 0.16 0 0.71
HSL 270º 0.09% 0.26% -
HSV(B) 270º 0.16% 0.29% -
XYZ 5.19 5.01 7 -
YUV 64.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 67 61 73 0.08 0.16 0 0.71 270 0.09 0.26
Hex 43 3D 49 8 10 0 47 10E 9 1A
Octal 103 75 111 10 20 0 107 416 11 32
Binary 1000011 111101 1001001 1000 10000 0 1000111 100001110 1001 11010

Color Harmonies of #433D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433D49

Black with #433D49

Text Example


Text Example

White with #433D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433D49; }

 p { color: rgb(67,61,73); }

 H1.HeaderClassName
 {
   color: #433D49;
 }
 .AnyTagClassName
 {
   color: #433D49;
 }
</style>

background-color css

<style>
 a { background-color: #433D49; }

 a { background-color: rgb(67,61,73); }

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

border-color css

<style>
 span { border-color: #433D49; }

 span { border-color: rgb(67,61,73); }

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