Html Css Color HEX #434249 Payne's Grey

📋 copy color: '#434249'

red 67 ◦ green 66 ◦ blue 73

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

Shades of Payne's Grey #434249

Tints of Payne's Grey #434249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

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

R = 32.52%
G = 32.04%
B = 35.44%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#434249 (or 0x434249) is known color: Payne's Grey. HEX triplet: 43, 42 and 49. RGB value is (67,66,73). Sum of RGB (Red+Green+Blue) = 67+66+73=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #434249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434249 is #BCBDB6. Grayscale: #434343. Windows color (decimal): -12369335 or 4801091. OLE color: 4801091.

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

Color convert

RGB 67 66 73 -
CMYK 0.08 0.10 0 0.71
HSL 248.57º 0.05% 0.27% -
HSV(B) 248.57º 0.1% 0.29% -
XYZ 5.47 5.57 7.09 -
YUV 67.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 67 66 73 0.08 0.10 0 0.71 248.57 0.05 0.27
Hex 43 42 49 8 A 0 47 F9 5 1B
Octal 103 102 111 10 12 0 107 371 5 33
Binary 1000011 1000010 1001001 1000 1010 0 1000111 11111001 101 11011

Color Harmonies of #434249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434249

Black with #434249

Text Example


Text Example

White with #434249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434249; }

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

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

background-color css

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

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

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

border-color css

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

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

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