Html Css Color HEX #42434E Payne's Grey

📋 copy color: '#42434E'

red 66 ◦ green 67 ◦ blue 78

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

Shades of Payne's Grey #42434E

Tints of Payne's Grey #42434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 31.28%
G = 31.75%
B = 36.97%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42434E (or 0x42434E) is known color: Payne's Grey. HEX triplet: 42, 43 and 4E. RGB value is (66,67,78). Sum of RGB (Red+Green+Blue) = 66+67+78=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #42434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42434E is #BDBCB1. Grayscale: #434343. Windows color (decimal): -12434610 or 5129026. OLE color: 5129026.

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

Color convert

RGB 66 67 78 -
CMYK 0.15 0.14 0 0.69
HSL 235º 0.08% 0.28% -
HSV(B) 235º 0.15% 0.31% -
XYZ 5.63 5.72 8.02 -
YUV 67.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 66 67 78 0.15 0.14 0 0.69 235 0.08 0.28
Hex 42 43 4E F E 0 45 EB 8 1C
Octal 102 103 116 17 16 0 105 353 10 34
Binary 1000010 1000011 1001110 1111 1110 0 1000101 11101011 1000 11100

Color Harmonies of #42434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42434E

Black with #42434E

Text Example


Text Example

White with #42434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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