#423863

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

Shades of Minsk #423863

Tints of Minsk #423863

Color information

#423863 (or 0x423863) is unknown color: approx Minsk. HEX triplet: 42, 38 and 63. RGB value is (66,56,99). Sum of RGB (Red+Green+Blue) = 66+56+99=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #423863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423863 is #BDC79C. Grayscale: #3F3F3F. Windows color (decimal): -12437405 or 6502466. OLE color: 6502466.

HSL color Cylindrical-coordinate representation of color #423863: hue angle of 253.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #423863 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB665699-
CMYK0.330.4300.61
HSL253.95º27.74%30.39%-
HSV(B)253.95º43.43%38.82%-
XYZ5.914.8912.44-
YUV63.89147.81129.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=29.86%
G=25.34%
B=44.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6656990.330.4300.61253.9527.7430.39
Hex423863212B03Dfe1c1e
Octal1027014341530753763436
Binary100001011100011000111000011010110111101111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423863; }

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

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

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

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

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

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

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

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