#434A4D

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

Shades of Atomic #434A4D

Tints of Atomic #434A4D

Color information

#434A4D (or 0x434A4D) is unknown color: approx Atomic. HEX triplet: 43, 4A and 4D. RGB value is (67,74,77). Sum of RGB (Red+Green+Blue) = 67+74+77=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #434A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A4D is #BCB5B2. Grayscale: #484848. Windows color (decimal): -12367283 or 5065283. OLE color: 5065283.

HSL color Cylindrical-coordinate representation of color #434A4D: hue angle of 198º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434A4D is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB677477-
CMYK0.130.0400.70
HSL198º6.94%28.24%-
HSV(B)198º12.99%30.2%-
XYZ6.16.637.98-
YUV72.25130.68124.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=30.73%
G=33.94%
B=35.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6774770.130.0400.701986.9428.24
Hex434A4DD4046c671c
Octal1031121151540106306734
Binary1000011100101010011011101100010001101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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