Html Css Color HEX #424456 Payne's Grey

📋 copy color: '#424456'

red 66 ◦ green 68 ◦ blue 86

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

Shades of Payne's Grey #424456

Tints of Payne's Grey #424456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 86 (33.98% from 255) = 39.09%

R = 30%
G = 30.91%
B = 39.09%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424456 (or 0x424456) is known color: Payne's Grey. HEX triplet: 42, 44 and 56. RGB value is (66,68,86). Sum of RGB (Red+Green+Blue) = 66+68+86=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #424456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424456 is #BDBBA9. Grayscale: #454545. Windows color (decimal): -12434346 or 5653570. OLE color: 5653570.

HSL color Cylindrical-coordinate representation of color #424456: hue angle of 234º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424456 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 68 86 -
CMYK 0.23 0.21 0 0.66
HSL 234º 0.13% 0.3% -
HSV(B) 234º 0.23% 0.34% -
XYZ 5.99 5.96 9.64 -
YUV 69.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 66 68 86 0.23 0.21 0 0.66 234 0.13 0.3
Hex 42 44 56 17 15 0 42 EA D 1E
Octal 102 104 126 27 25 0 102 352 15 36
Binary 1000010 1000100 1010110 10111 10101 0 1000010 11101010 1101 11110

Color Harmonies of #424456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424456

Black with #424456

Text Example


Text Example

White with #424456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424456; }

 p { color: rgb(66,68,86); }

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

background-color css

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

 a { background-color: rgb(66,68,86); }

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

border-color css

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

 span { border-color: rgb(66,68,86); }

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