Html Css Color HEX #444551 Payne's Grey

📋 copy color: '#444551'

red 68 ◦ green 69 ◦ blue 81

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

Shades of Payne's Grey #444551

Tints of Payne's Grey #444551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 31.19%
G = 31.65%
B = 37.16%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444551 (or 0x444551) is known color: Payne's Grey. HEX triplet: 44, 45 and 51. RGB value is (68,69,81). Sum of RGB (Red+Green+Blue) = 68+69+81=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #444551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444551 is #BBBAAE. Grayscale: #464646. Windows color (decimal): -12303023 or 5326148. OLE color: 5326148.

HSL color Cylindrical-coordinate representation of color #444551: hue angle of 235.38º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #444551 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 69 81 -
CMYK 0.16 0.15 0 0.68
HSL 235.38º 0.09% 0.29% -
HSV(B) 235.38º 0.16% 0.32% -
XYZ 6 6.08 8.64 -
YUV 70.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 68 69 81 0.16 0.15 0 0.68 235.38 0.09 0.29
Hex 44 45 51 10 F 0 44 EB 9 1D
Octal 104 105 121 20 17 0 104 353 11 35
Binary 1000100 1000101 1010001 10000 1111 0 1000100 11101011 1001 11101

Color Harmonies of #444551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444551

Black with #444551

Text Example


Text Example

White with #444551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444551; }

 p { color: rgb(68,69,81); }

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

background-color css

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

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

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

border-color css

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

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

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