#423B6D

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

Shades of Minsk #423B6D

Tints of Minsk #423B6D

Color information

#423B6D (or 0x423B6D) is unknown color: approx Minsk. HEX triplet: 42, 3B and 6D. RGB value is (66,59,109). Sum of RGB (Red+Green+Blue) = 66+59+109=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #423B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B6D is #BDC492. Grayscale: #424242. Windows color (decimal): -12436627 or 7158594. OLE color: 7158594.

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

Color convert

RGB6659109-
CMYK0.390.4600.57
HSL248.4º29.76%32.94%-
HSV(B)248.4º45.87%42.75%-
XYZ6.575.3915.16-
YUV66.79151.82127.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 59 (23.44% from 255) = 25.21%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=28.21%
G=25.21%
B=46.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66591090.390.4600.57248.429.7632.94
Hex423B6D272E039f81e21
Octal1027315547560713703641
Binary1000010111011110110110011110111001110011111100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,59,109); }

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

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

 a { background-color: rgb(66,59,109); }

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

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

 span { border-color: rgb(66,59,109); }

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