#422F69

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

Shades of Minsk #422F69

Tints of Minsk #422F69

Color information

#422F69 (or 0x422F69) is unknown color: approx Minsk. HEX triplet: 42, 2F and 69. RGB value is (66,47,105). Sum of RGB (Red+Green+Blue) = 66+47+105=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #422F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F69 is #BDD096. Grayscale: #3B3B3B. Windows color (decimal): -12439703 or 6893378. OLE color: 6893378.

HSL color Cylindrical-coordinate representation of color #422F69: hue angle of 259.66º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422F69 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6647105-
CMYK0.370.5500.59
HSL259.66º38.16%29.8%-
HSV(B)259.66º55.24%41.18%-
XYZ5.814.2113.87-
YUV59.29153.79132.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=30.28%
G=21.56%
B=48.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66471050.370.5500.59259.6638.1629.8
Hex422F69253703B104261e
Octal1025715145670734044636
Binary10000101011111101001100101110111011101110000010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422F69; }

 p { color: rgb(66,47,105); }

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

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

 a { background-color: rgb(66,47,105); }

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

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

 span { border-color: rgb(66,47,105); }

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