Html Css Color HEX #42434D Payne's Grey

📋 copy color: '#42434D'

red 66 ◦ green 67 ◦ blue 77

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

Shades of Payne's Grey #42434D

Tints of Payne's Grey #42434D

RGB

 RED value IS 66 (26.17% from 255) = 31.43%

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 31.43%
G = 31.9%
B = 36.67%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42434D (or 0x42434D) is known color: Payne's Grey. HEX triplet: 42, 43 and 4D. RGB value is (66,67,77). Sum of RGB (Red+Green+Blue) = 66+67+77=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #42434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42434D is #BDBCB2. Grayscale: #434343. Windows color (decimal): -12434611 or 5063490. OLE color: 5063490.

HSL color Cylindrical-coordinate representation of color #42434D: hue angle of 234.55º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42434D is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 67 77 -
CMYK 0.14 0.13 0 0.70
HSL 234.55º 0.08% 0.28% -
HSV(B) 234.55º 0.14% 0.3% -
XYZ 5.59 5.71 7.83 -
YUV 67.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 66 67 77 0.14 0.13 0 0.70 234.55 0.08 0.28
Hex 42 43 4D E D 0 46 EB 8 1C
Octal 102 103 115 16 15 0 106 353 10 34
Binary 1000010 1000011 1001101 1110 1101 0 1000110 11101011 1000 11100

Color Harmonies of #42434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42434D

Black with #42434D

Text Example


Text Example

White with #42434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42434D; }

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

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

background-color css

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

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

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

border-color css

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

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

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