Html Css Color HEX #424250 Payne's Grey

📋 copy color: '#424250'

red 66 ◦ green 66 ◦ blue 80

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

Shades of Payne's Grey #424250

Tints of Payne's Grey #424250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 31.13%
G = 31.13%
B = 37.74%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424250 (or 0x424250) is known color: Payne's Grey. HEX triplet: 42, 42 and 50. RGB value is (66,66,80). Sum of RGB (Red+Green+Blue) = 66+66+80=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #424250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424250 is #BDBDAF. Grayscale: #434343. Windows color (decimal): -12434864 or 5259842. OLE color: 5259842.

HSL color Cylindrical-coordinate representation of color #424250: hue angle of 240º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424250 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 66 80 -
CMYK 0.17 0.17 0 0.69
HSL 240º 0.1% 0.29% -
HSV(B) 240º 0.18% 0.31% -
XYZ 5.64 5.63 8.38 -
YUV 67.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 66 66 80 0.17 0.17 0 0.69 240 0.1 0.29
Hex 42 42 50 11 11 0 45 F0 A 1D
Octal 102 102 120 21 21 0 105 360 12 35
Binary 1000010 1000010 1010000 10001 10001 0 1000101 11110000 1010 11101

Color Harmonies of #424250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424250

Black with #424250

Text Example


Text Example

White with #424250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424250; }

 p { color: rgb(66,66,80); }

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

background-color css

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

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

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

border-color css

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

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

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