Html Css Color HEX #43484B Atomic

📋 copy color: '#43484B'

red 67 ◦ green 72 ◦ blue 75

#43484B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #43484B

Tints of Atomic #43484B

RGB

 RED value IS 67 (26.56% from 255) = 31.31%

 GREEN value IS 72 (28.52% from 255) = 33.64%

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 31.31%
G = 33.64%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43484B (or 0x43484B) is known color: Atomic. HEX triplet: 43, 48 and 4B. RGB value is (67,72,75). Sum of RGB (Red+Green+Blue) = 67+72+75=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #43484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43484B is #BCB7B4. Grayscale: #464646. Windows color (decimal): -12367797 or 4933699. OLE color: 4933699.

HSL color Cylindrical-coordinate representation of color #43484B: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43484B is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 72 75 -
CMYK 0.11 0.04 0 0.71
HSL 202.5º 0.06% 0.28% -
HSV(B) 202.5º 0.11% 0.29% -
XYZ 5.9 6.34 7.57 -
YUV 70.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 67 72 75 0.11 0.04 0 0.71 202.5 0.06 0.28
Hex 43 48 4B B 4 0 47 CA 6 1C
Octal 103 110 113 13 4 0 107 312 6 34
Binary 1000011 1001000 1001011 1011 100 0 1000111 11001010 110 11100

Color Harmonies of #43484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43484B

Black with #43484B

Text Example


Text Example

White with #43484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43484B; }

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

 H1.HeaderClassName
 {
   color: #43484B;
 }
 .AnyTagClassName
 {
   color: #43484B;
 }
</style>

background-color css

<style>
 a { background-color: #43484B; }

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

 div.DivClassName
 {
   background-color: #43484B;
 }
 .BgClassName
 {
   background-color: #43484B;
 }
</style>

border-color css

<style>
 span { border-color: #43484B; }

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

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