Html Css Color HEX #434450 Payne's Grey

📋 copy color: '#434450'

red 67 ◦ green 68 ◦ blue 80

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

Shades of Payne's Grey #434450

Tints of Payne's Grey #434450

RGB

 RED value IS 67 (26.56% from 255) = 31.16%

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

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

R = 31.16%
G = 31.63%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#434450 (or 0x434450) is known color: Payne's Grey. HEX triplet: 43, 44 and 50. RGB value is (67,68,80). Sum of RGB (Red+Green+Blue) = 67+68+80=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #434450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434450 is #BCBBAF. Grayscale: #454545. Windows color (decimal): -12368816 or 5260355. OLE color: 5260355.

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

Color convert

RGB 67 68 80 -
CMYK 0.16 0.15 0 0.69
HSL 235.38º 0.09% 0.29% -
HSV(B) 235.38º 0.16% 0.31% -
XYZ 5.83 5.91 8.42 -
YUV 69.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 67 68 80 0.16 0.15 0 0.69 235.38 0.09 0.29
Hex 43 44 50 10 F 0 45 EB 9 1D
Octal 103 104 120 20 17 0 105 353 11 35
Binary 1000011 1000100 1010000 10000 1111 0 1000101 11101011 1001 11101

Color Harmonies of #434450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434450

Black with #434450

Text Example


Text Example

White with #434450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434450; }

 p { color: rgb(67,68,80); }

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

background-color css

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

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

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

border-color css

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

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

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