Html Css Color HEX #42414E Payne's Grey

📋 copy color: '#42414E'

red 66 ◦ green 65 ◦ blue 78

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

Shades of Payne's Grey #42414E

Tints of Payne's Grey #42414E

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42414E (or 0x42414E) is known color: Payne's Grey. HEX triplet: 42, 41 and 4E. RGB value is (66,65,78). Sum of RGB (Red+Green+Blue) = 66+65+78=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 65 (25.78% from 255 or 31.10% 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 #42414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42414E is #BDBEB1. Grayscale: #424242. Windows color (decimal): -12435122 or 5128514. OLE color: 5128514.

HSL color Cylindrical-coordinate representation of color #42414E: hue angle of 244.62º 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 #42414E is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 65 78 -
CMYK 0.15 0.17 0 0.69
HSL 244.62º 0.09% 0.28% -
HSV(B) 244.62º 0.17% 0.31% -
XYZ 5.51 5.49 7.98 -
YUV 66.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 66 65 78 0.15 0.17 0 0.69 244.62 0.09 0.28
Hex 42 41 4E F 11 0 45 F5 9 1C
Octal 102 101 116 17 21 0 105 365 11 34
Binary 1000010 1000001 1001110 1111 10001 0 1000101 11110101 1001 11100

Color Harmonies of #42414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42414E

Black with #42414E

Text Example


Text Example

White with #42414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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