#434B4F

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

Shades of Atomic #434B4F

Tints of Atomic #434B4F

Color information

#434B4F (or 0x434B4F) is unknown color: approx Atomic. HEX triplet: 43, 4B and 4F. RGB value is (67,75,79). Sum of RGB (Red+Green+Blue) = 67+75+79=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #434B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B4F is #BCB4B0. Grayscale: #494949. Windows color (decimal): -12367025 or 5196611. OLE color: 5196611.

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

Color convert

RGB677579-
CMYK0.150.0500.69
HSL200º8.22%28.63%-
HSV(B)200º15.19%30.98%-
XYZ6.246.798.38-
YUV73.06131.35123.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=30.32%
G=33.94%
B=35.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6775790.150.0500.692008.2228.63
Hex434B4FF5045c881d
Octal10311311717501053101035
Binary10000111001011100111111111010100010111001000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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