Html Css Color HEX #43434E Payne's Grey

📋 copy color: '#43434E'

red 67 ◦ green 67 ◦ blue 78

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

Shades of Payne's Grey #43434E

Tints of Payne's Grey #43434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 31.6%
G = 31.6%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43434E (or 0x43434E) is known color: Payne's Grey. HEX triplet: 43, 43 and 4E. RGB value is (67,67,78). Sum of RGB (Red+Green+Blue) = 67+67+78=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #43434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43434E is #BCBCB1. Grayscale: #444444. Windows color (decimal): -12369074 or 5129027. OLE color: 5129027.

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

Color convert

RGB 67 67 78 -
CMYK 0.14 0.14 0 0.69
HSL 240º 0.08% 0.28% -
HSV(B) 240º 0.14% 0.31% -
XYZ 5.7 5.76 8.02 -
YUV 68.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 67 67 78 0.14 0.14 0 0.69 240 0.08 0.28
Hex 43 43 4E E E 0 45 F0 8 1C
Octal 103 103 116 16 16 0 105 360 10 34
Binary 1000011 1000011 1001110 1110 1110 0 1000101 11110000 1000 11100

Color Harmonies of #43434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43434E

Black with #43434E

Text Example


Text Example

White with #43434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43434E; }

 p { color: rgb(67,67,78); }

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

background-color css

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

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

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

border-color css

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

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

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