#434A4F

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

Shades of Atomic #434A4F

Tints of Atomic #434A4F

Color information

#434A4F (or 0x434A4F) is unknown color: approx Atomic. HEX triplet: 43, 4A and 4F. RGB value is (67,74,79). Sum of RGB (Red+Green+Blue) = 67+74+79=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #434A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A4F is #BCB5B0. Grayscale: #484848. Windows color (decimal): -12367281 or 5196355. OLE color: 5196355.

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

Color convert

RGB677479-
CMYK0.150.0600.69
HSL205º8.22%28.63%-
HSV(B)205º15.19%30.98%-
XYZ6.176.668.36-
YUV72.48131.68124.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=30.45%
G=33.64%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6774790.150.0600.692058.2228.63
Hex434A4FF6045cd81d
Octal10311211717601053151035
Binary10000111001010100111111111100100010111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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