Html Css Color HEX #424148 Payne's Grey

📋 copy color: '#424148'

red 66 ◦ green 65 ◦ blue 72

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

Shades of Payne's Grey #424148

Tints of Payne's Grey #424148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 32.51%
G = 32.02%
B = 35.47%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424148 (or 0x424148) is known color: Payne's Grey. HEX triplet: 42, 41 and 48. RGB value is (66,65,72). Sum of RGB (Red+Green+Blue) = 66+65+72=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: blue. Hex color #424148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424148 is #BDBEB7. Grayscale: #424242. Windows color (decimal): -12435128 or 4735298. OLE color: 4735298.

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

Color convert

RGB 66 65 72 -
CMYK 0.08 0.10 0 0.72
HSL 248.57º 0.05% 0.27% -
HSV(B) 248.57º 0.1% 0.28% -
XYZ 5.31 5.41 6.89 -
YUV 66.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 66 65 72 0.08 0.10 0 0.72 248.57 0.05 0.27
Hex 42 41 48 8 A 0 48 F9 5 1B
Octal 102 101 110 10 12 0 110 371 5 33
Binary 1000010 1000001 1001000 1000 1010 0 1001000 11111001 101 11011

Color Harmonies of #424148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424148

Black with #424148

Text Example


Text Example

White with #424148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424148; }

 p { color: rgb(66,65,72); }

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

background-color css

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

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

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

border-color css

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

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

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