Html Css Color HEX #433C49 Jagger

📋 copy color: '#433C49'

red 67 ◦ green 60 ◦ blue 73

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

Shades of Jagger #433C49

Tints of Jagger #433C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

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

R = 33.5%
G = 30%
B = 36.5%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#433C49 (or 0x433C49) is known color: Jagger. HEX triplet: 43, 3C and 49. RGB value is (67,60,73). Sum of RGB (Red+Green+Blue) = 67+60+73=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 73 - color contains mainly: blue. Hex color #433C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433C49 is #BCC3B6. Grayscale: #3F3F3F. Windows color (decimal): -12370871 or 4799555. OLE color: 4799555.

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

Color convert

RGB 67 60 73 -
CMYK 0.08 0.18 0 0.71
HSL 272.31º 0.1% 0.26% -
HSV(B) 272.31º 0.18% 0.29% -
XYZ 5.13 4.91 6.98 -
YUV 63.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 67 60 73 0.08 0.18 0 0.71 272.31 0.1 0.26
Hex 43 3C 49 8 12 0 47 110 A 1A
Octal 103 74 111 10 22 0 107 420 12 32
Binary 1000011 111100 1001001 1000 10010 0 1000111 100010000 1010 11010

Color Harmonies of #433C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433C49

Black with #433C49

Text Example


Text Example

White with #433C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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