Html Css Color HEX #424454 Payne's Grey

📋 copy color: '#424454'

red 66 ◦ green 68 ◦ blue 84

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

Shades of Payne's Grey #424454

Tints of Payne's Grey #424454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 30.28%
G = 31.19%
B = 38.53%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424454 (or 0x424454) is known color: Payne's Grey. HEX triplet: 42, 44 and 54. RGB value is (66,68,84). Sum of RGB (Red+Green+Blue) = 66+68+84=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #424454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424454 is #BDBBAB. Grayscale: #454545. Windows color (decimal): -12434348 or 5522498. OLE color: 5522498.

HSL color Cylindrical-coordinate representation of color #424454: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424454 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 68 84 -
CMYK 0.21 0.19 0 0.67
HSL 233.33º 0.12% 0.29% -
HSV(B) 233.33º 0.21% 0.33% -
XYZ 5.91 5.93 9.22 -
YUV 69.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 66 68 84 0.21 0.19 0 0.67 233.33 0.12 0.29
Hex 42 44 54 15 13 0 43 E9 C 1D
Octal 102 104 124 25 23 0 103 351 14 35
Binary 1000010 1000100 1010100 10101 10011 0 1000011 11101001 1100 11101

Color Harmonies of #424454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424454

Black with #424454

Text Example


Text Example

White with #424454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424454; }

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

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

background-color css

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

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

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

border-color css

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

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

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