Html Css Color HEX #42434F Payne's Grey

📋 copy color: '#42434F'

red 66 ◦ green 67 ◦ blue 79

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

Shades of Payne's Grey #42434F

Tints of Payne's Grey #42434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 31.13%
G = 31.6%
B = 37.26%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42434F (or 0x42434F) is known color: Payne's Grey. HEX triplet: 42, 43 and 4F. RGB value is (66,67,79). Sum of RGB (Red+Green+Blue) = 66+67+79=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #42434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42434F is #BDBCB0. Grayscale: #444444. Windows color (decimal): -12434609 or 5194562. OLE color: 5194562.

HSL color Cylindrical-coordinate representation of color #42434F: 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.16%. Process color model (Four color, CMYK) of #42434F is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 67 79 -
CMYK 0.16 0.15 0 0.69
HSL 235.38º 0.09% 0.28% -
HSV(B) 235.38º 0.16% 0.31% -
XYZ 5.67 5.74 8.21 -
YUV 68.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 66 67 79 0.16 0.15 0 0.69 235.38 0.09 0.28
Hex 42 43 4F 10 F 0 45 EB 9 1C
Octal 102 103 117 20 17 0 105 353 11 34
Binary 1000010 1000011 1001111 10000 1111 0 1000101 11101011 1001 11100

Color Harmonies of #42434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42434F

Black with #42434F

Text Example


Text Example

White with #42434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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