Html Css Color HEX #424245 Payne's Grey

📋 copy color: '#424245'

red 66 ◦ green 66 ◦ blue 69

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

Shades of Payne's Grey #424245

Tints of Payne's Grey #424245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.33%

R = 32.84%
G = 32.84%
B = 34.33%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424245 (or 0x424245) is known color: Payne's Grey. HEX triplet: 42, 42 and 45. RGB value is (66,66,69). Sum of RGB (Red+Green+Blue) = 66+66+69=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 69 - color contains mainly: blue. Hex color #424245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424245 is #BDBDBA. Grayscale: #424242. Windows color (decimal): -12434875 or 4538946. OLE color: 4538946.

HSL color Cylindrical-coordinate representation of color #424245: hue angle of 240º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424245 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 66 69 -
CMYK 0.04 0.04 0 0.73
HSL 240º 0.02% 0.26% -
HSV(B) 240º 0.04% 0.27% -
XYZ 5.27 5.48 6.41 -
YUV 66.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 66 66 69 0.04 0.04 0 0.73 240 0.02 0.26
Hex 42 42 45 4 4 0 49 F0 2 1A
Octal 102 102 105 4 4 0 111 360 2 32
Binary 1000010 1000010 1000101 100 100 0 1001001 11110000 10 11010

Color Harmonies of #424245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424245

Black with #424245

Text Example


Text Example

White with #424245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424245; }

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

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

background-color css

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

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

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

border-color css

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

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

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