#423870

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

Shades of Minsk #423870

Tints of Minsk #423870

Color information

#423870 (or 0x423870) is unknown color: approx Minsk. HEX triplet: 42, 38 and 70. RGB value is (66,56,112). Sum of RGB (Red+Green+Blue) = 66+56+112=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #423870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423870 is #BDC78F. Grayscale: #414141. Windows color (decimal): -12437392 or 7354434. OLE color: 7354434.

HSL color Cylindrical-coordinate representation of color #423870: hue angle of 250.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423870 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6656112-
CMYK0.410.5000.56
HSL250.71º33.33%32.94%-
HSV(B)250.71º50%43.92%-
XYZ6.595.1615.98-
YUV65.37154.31128.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=28.21%
G=23.93%
B=47.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66561120.410.5000.56250.7133.3332.94
Hex4238702932038fb2121
Octal1027016051620703734141
Binary10000101110001110000101001110010011100011111011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423870; }

 p { color: rgb(66,56,112); }

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

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

 a { background-color: rgb(66,56,112); }

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

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

 span { border-color: rgb(66,56,112); }

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