Html Css Color HEX #414248 Payne's Grey

📋 copy color: '#414248'

red 65 ◦ green 66 ◦ blue 72

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

Shades of Payne's Grey #414248

Tints of Payne's Grey #414248

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414248 (or 0x414248) is known color: Payne's Grey. HEX triplet: 41, 42 and 48. RGB value is (65,66,72). Sum of RGB (Red+Green+Blue) = 65+66+72=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 66 (26.17% from 255 or 32.51% 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 #414248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414248 is #BEBDB7. Grayscale: #424242. Windows color (decimal): -12500408 or 4735553. OLE color: 4735553.

HSL color Cylindrical-coordinate representation of color #414248: hue angle of 231.43º 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 #414248 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 66 72 -
CMYK 0.10 0.08 0 0.72
HSL 231.43º 0.05% 0.27% -
HSV(B) 231.43º 0.1% 0.28% -
XYZ 5.3 5.49 6.91 -
YUV 66.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 65 66 72 0.10 0.08 0 0.72 231.43 0.05 0.27
Hex 41 42 48 A 8 0 48 E7 5 1B
Octal 101 102 110 12 10 0 110 347 5 33
Binary 1000001 1000010 1001000 1010 1000 0 1001000 11100111 101 11011

Color Harmonies of #414248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414248

Black with #414248

Text Example


Text Example

White with #414248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414248; }

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

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

background-color css

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

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

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

border-color css

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

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

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