#423463

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

Shades of Minsk #423463

Tints of Minsk #423463

Color information

#423463 (or 0x423463) is unknown color: approx Minsk. HEX triplet: 42, 34 and 63. RGB value is (66,52,99). Sum of RGB (Red+Green+Blue) = 66+52+99=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #423463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423463 is #BDCB9C. Grayscale: #3D3D3D. Windows color (decimal): -12438429 or 6501442. OLE color: 6501442.

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

Color convert

RGB665299-
CMYK0.330.4700.61
HSL257.87º31.13%29.61%-
HSV(B)257.87º47.47%38.82%-
XYZ5.734.5212.37-
YUV61.54149.14131.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=30.41%
G=23.96%
B=45.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6652990.330.4700.61257.8731.1329.61
Hex423463212F03D1021f1e
Octal1026414341570754023736
Binary1000010110100110001110000110111101111011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423463; }

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

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

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

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

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

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

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

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