Html Css Color HEX #42424E Payne's Grey

📋 copy color: '#42424E'

red 66 ◦ green 66 ◦ blue 78

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

Shades of Payne's Grey #42424E

Tints of Payne's Grey #42424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 31.43%
G = 31.43%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42424E (or 0x42424E) is known color: Payne's Grey. HEX triplet: 42, 42 and 4E. RGB value is (66,66,78). Sum of RGB (Red+Green+Blue) = 66+66+78=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #42424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42424E is #BDBDB1. Grayscale: #434343. Windows color (decimal): -12434866 or 5128770. OLE color: 5128770.

HSL color Cylindrical-coordinate representation of color #42424E: hue angle of 240º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42424E is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 66 78 -
CMYK 0.15 0.15 0 0.69
HSL 240º 0.08% 0.28% -
HSV(B) 240º 0.15% 0.31% -
XYZ 5.57 5.6 8 -
YUV 67.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 66 66 78 0.15 0.15 0 0.69 240 0.08 0.28
Hex 42 42 4E F F 0 45 F0 8 1C
Octal 102 102 116 17 17 0 105 360 10 34
Binary 1000010 1000010 1001110 1111 1111 0 1000101 11110000 1000 11100

Color Harmonies of #42424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42424E

Black with #42424E

Text Example


Text Example

White with #42424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42424E; }

 p { color: rgb(66,66,78); }

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

background-color css

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

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

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

border-color css

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

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

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