#434D51

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

Shades of Atomic #434D51

Tints of Atomic #434D51

Color information

#434D51 (or 0x434D51) is unknown color: approx Atomic. HEX triplet: 43, 4D and 51. RGB value is (67,77,81). Sum of RGB (Red+Green+Blue) = 67+77+81=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #434D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D51 is #BCB2AE. Grayscale: #4A4A4A. Windows color (decimal): -12366511 or 5328195. OLE color: 5328195.

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

Color convert

RGB677781-
CMYK0.170.0500.68
HSL197.14º9.46%29.02%-
HSV(B)197.14º17.28%31.76%-
XYZ6.457.18.81-
YUV74.47131.69122.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 81 (32.03% from 255) = 36%
R=29.78%
G=34.22%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6777810.170.0500.68197.149.4629.02
Hex434D51115044c591d
Octal10311512121501043051135
Binary100001110011011010001100011010100010011000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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