Html Css Color HEX #404258 Payne's Grey

📋 copy color: '#404258'

red 64 ◦ green 66 ◦ blue 88

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

Shades of Payne's Grey #404258

Tints of Payne's Grey #404258

RGB

 RED value IS 64 (25.39% from 255) = 29.36%

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 29.36%
G = 30.28%
B = 40.37%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404258 (or 0x404258) is known color: Payne's Grey. HEX triplet: 40, 42 and 58. RGB value is (64,66,88). Sum of RGB (Red+Green+Blue) = 64+66+88=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #404258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404258 is #BFBDA7. Grayscale: #434343. Windows color (decimal): -12565928 or 5784128. OLE color: 5784128.

HSL color Cylindrical-coordinate representation of color #404258: hue angle of 235º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404258 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 66 88 -
CMYK 0.27 0.25 0 0.65
HSL 235º 0.16% 0.3% -
HSV(B) 235º 0.27% 0.35% -
XYZ 5.82 5.69 10.02 -
YUV 67.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 64 66 88 0.27 0.25 0 0.65 235 0.16 0.3
Hex 40 42 58 1B 19 0 41 EB 10 1E
Octal 100 102 130 33 31 0 101 353 20 36
Binary 1000000 1000010 1011000 11011 11001 0 1000001 11101011 10000 11110

Color Harmonies of #404258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404258

Black with #404258

Text Example


Text Example

White with #404258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404258; }

 p { color: rgb(64,66,88); }

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

background-color css

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

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

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

border-color css

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

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

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