#433472

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

Shades of Minsk #433472

Tints of Minsk #433472

Color information

#433472 (or 0x433472) is unknown color: approx Minsk. HEX triplet: 43, 34 and 72. RGB value is (67,52,114). Sum of RGB (Red+Green+Blue) = 67+52+114=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #433472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433472 is #BCCB8D. Grayscale: #3F3F3F. Windows color (decimal): -12372878 or 7484483. OLE color: 7484483.

HSL color Cylindrical-coordinate representation of color #433472: hue angle of 254.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #433472 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6752114-
CMYK0.410.5400.55
HSL254.52º37.35%32.55%-
HSV(B)254.52º54.39%44.71%-
XYZ6.584.8616.51-
YUV63.55156.47130.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=28.76%
G=22.32%
B=48.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67521140.410.5400.55254.5237.3532.55
Hex4334722936037ff2521
Octal1036416251660673774541
Binary10000111101001110010101001110110011011111111111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433472; }

 p { color: rgb(67,52,114); }

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

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

 a { background-color: rgb(67,52,114); }

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

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

 span { border-color: rgb(67,52,114); }

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