Html Css Color HEX #41424E Payne's Grey

📋 copy color: '#41424E'

red 65 ◦ green 66 ◦ blue 78

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

Shades of Payne's Grey #41424E

Tints of Payne's Grey #41424E

RGB

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

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

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

R = 31.1%
G = 31.58%
B = 37.32%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41424E (or 0x41424E) is known color: Payne's Grey. HEX triplet: 41, 42 and 4E. RGB value is (65,66,78). Sum of RGB (Red+Green+Blue) = 65+66+78=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #41424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41424E is #BEBDB1. Grayscale: #434343. Windows color (decimal): -12500402 or 5128769. OLE color: 5128769.

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

Color convert

RGB 65 66 78 -
CMYK 0.17 0.15 0 0.69
HSL 235.38º 0.09% 0.28% -
HSV(B) 235.38º 0.17% 0.31% -
XYZ 5.5 5.57 7.99 -
YUV 67.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 65 66 78 0.17 0.15 0 0.69 235.38 0.09 0.28
Hex 41 42 4E 11 F 0 45 EB 9 1C
Octal 101 102 116 21 17 0 105 353 11 34
Binary 1000001 1000010 1001110 10001 1111 0 1000101 11101011 1001 11100

Color Harmonies of #41424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41424E

Black with #41424E

Text Example


Text Example

White with #41424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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