#443470

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

Shades of Minsk #443470

Tints of Minsk #443470

Color information

#443470 (or 0x443470) is unknown color: approx Minsk. HEX triplet: 44, 34 and 70. RGB value is (68,52,112). Sum of RGB (Red+Green+Blue) = 68+52+112=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #443470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443470 is #BBCB8F. Grayscale: #3F3F3F. Windows color (decimal): -12307344 or 7353412. OLE color: 7353412.

HSL color Cylindrical-coordinate representation of color #443470: hue angle of 256º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443470 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6852112-
CMYK0.390.5400.56
HSL256º36.59%32.16%-
HSV(B)256º53.57%43.92%-
XYZ6.544.8515.92-
YUV63.62155.3131.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=29.31%
G=22.41%
B=48.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68521120.390.5400.5625636.5932.16
Hex44347027360381002520
Octal1046416047660704004540
Binary100010011010011100001001111101100111000100000000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443470; }

 p { color: rgb(68,52,112); }

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

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

 a { background-color: rgb(68,52,112); }

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

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

 span { border-color: rgb(68,52,112); }

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