#423B6C

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

Shades of Minsk #423B6C

Tints of Minsk #423B6C

Color information

#423B6C (or 0x423B6C) is unknown color: approx Minsk. HEX triplet: 42, 3B and 6C. RGB value is (66,59,108). Sum of RGB (Red+Green+Blue) = 66+59+108=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #423B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B6C is #BDC493. Grayscale: #424242. Windows color (decimal): -12436628 or 7093058. OLE color: 7093058.

HSL color Cylindrical-coordinate representation of color #423B6C: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423B6C is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6659108-
CMYK0.390.4500.58
HSL248.57º29.34%32.75%-
HSV(B)248.57º45.37%42.35%-
XYZ6.525.3714.88-
YUV66.68151.32127.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=28.33%
G=25.32%
B=46.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66591080.390.4500.58248.5729.3432.75
Hex423B6C272D03Af91d21
Octal1027315447550723713541
Binary1000010111011110110010011110110101110101111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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