#434D50

Color #434D50 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #434D50

Tints of Atomic #434D50

Color information

#434D50 (or 0x434D50) is unknown color: approx Atomic. HEX triplet: 43, 4D and 50. RGB value is (67,77,80). Sum of RGB (Red+Green+Blue) = 67+77+80=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #434D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D50 is #BCB2AF. Grayscale: #4A4A4A. Windows color (decimal): -12366512 or 5262659. OLE color: 5262659.

HSL color Cylindrical-coordinate representation of color #434D50: hue angle of 193.85º 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 #434D50 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB677780-
CMYK0.160.0400.69
HSL193.85º8.84%28.82%-
HSV(B)193.85º16.25%31.37%-
XYZ6.427.088.62-
YUV74.35131.19122.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.91%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=29.91%
G=34.38%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6777800.160.0400.69193.858.8428.82
Hex434D50104045c291d
Octal10311512020401053021135
Binary100001110011011010000100001000100010111000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D50; }

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

 H1.HeaderClassName
 {
   color: #434D50;
 }
 .AnyTagClassName
 {
   color: #434D50;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #434D50;
 }
 .BgClassName
 {
   background-color: #434D50;
 }
</style>
border-color css

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

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

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