#423A6E

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

Shades of Minsk #423A6E

Tints of Minsk #423A6E

Color information

#423A6E (or 0x423A6E) is unknown color: approx Minsk. HEX triplet: 42, 3A and 6E. RGB value is (66,58,110). Sum of RGB (Red+Green+Blue) = 66+58+110=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #423A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A6E is #BDC591. Grayscale: #424242. Windows color (decimal): -12436882 or 7223874. OLE color: 7223874.

HSL color Cylindrical-coordinate representation of color #423A6E: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423A6E is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6658110-
CMYK0.40.4700.57
HSL249.23º30.95%32.94%-
HSV(B)249.23º47.27%43.14%-
XYZ6.575.3115.43-
YUV66.32152.65127.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=28.21%
G=24.79%
B=47.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66581100.40.4700.57249.2330.9532.94
Hex423A6E282F039f91f21
Octal1027215650570713713741
Binary1000010111010110111010100010111101110011111100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A6E; }

 p { color: rgb(66,58,110); }

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

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

 a { background-color: rgb(66,58,110); }

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

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

 span { border-color: rgb(66,58,110); }

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