Html Css Color HEX #422E66 Minsk

📋 copy color: '#422E66'

red 66 ◦ green 46 ◦ blue 102

#422E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #422E66

Tints of Minsk #422E66

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 46 (18.36% from 255) = 21.5%

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 30.84%
G = 21.5%
B = 47.66%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#422E66 (or 0x422E66) is known color: Minsk. HEX triplet: 42, 2E and 66. RGB value is (66,46,102). Sum of RGB (Red+Green+Blue) = 66+46+102=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #422E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E66 is #BDD199. Grayscale: #3A3A3A. Windows color (decimal): -12439962 or 6696514. OLE color: 6696514.

HSL color Cylindrical-coordinate representation of color #422E66: hue angle of 261.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422E66 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 46 102 -
CMYK 0.35 0.55 0 0.6
HSL 261.43º 0.38% 0.29% -
HSV(B) 261.43º 0.55% 0.4% -
XYZ 5.62 4.07 13.06 -
YUV 58.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 66 46 102 0.35 0.55 0 0.6 261.43 0.38 0.29
Hex 42 2E 66 23 37 0 3C 105 26 1D
Octal 102 56 146 43 67 0 74 405 46 35
Binary 1000010 101110 1100110 100011 110111 0 111100 100000101 100110 11101

Color Harmonies of #422E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E66

Black with #422E66

Text Example


Text Example

White with #422E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,102); }

 H1.HeaderClassName
 {
   color: #422E66;
 }
 .AnyTagClassName
 {
   color: #422E66;
 }
</style>

background-color css

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

 a { background-color: rgb(66,46,102); }

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

border-color css

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

 span { border-color: rgb(66,46,102); }

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