Html Css Color HEX #42424F Payne's Grey

📋 copy color: '#42424F'

red 66 ◦ green 66 ◦ blue 79

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

Shades of Payne's Grey #42424F

Tints of Payne's Grey #42424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.44%

R = 31.28%
G = 31.28%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42424F (or 0x42424F) is known color: Payne's Grey. HEX triplet: 42, 42 and 4F. RGB value is (66,66,79). Sum of RGB (Red+Green+Blue) = 66+66+79=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #42424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42424F is #BDBDB0. Grayscale: #434343. Windows color (decimal): -12434865 or 5194306. OLE color: 5194306.

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

Color convert

RGB 66 66 79 -
CMYK 0.16 0.16 0 0.69
HSL 240º 0.09% 0.28% -
HSV(B) 240º 0.16% 0.31% -
XYZ 5.61 5.62 8.19 -
YUV 67.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 66 66 79 0.16 0.16 0 0.69 240 0.09 0.28
Hex 42 42 4F 10 10 0 45 F0 9 1C
Octal 102 102 117 20 20 0 105 360 11 34
Binary 1000010 1000010 1001111 10000 10000 0 1000101 11110000 1001 11100

Color Harmonies of #42424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42424F

Black with #42424F

Text Example


Text Example

White with #42424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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