Html Css Color HEX #423963 Minsk

📋 copy color: '#423963'

red 66 ◦ green 57 ◦ blue 99

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

Shades of Minsk #423963

Tints of Minsk #423963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 29.73%
G = 25.68%
B = 44.59%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423963 (or 0x423963) is known color: Minsk. HEX triplet: 42, 39 and 63. RGB value is (66,57,99). Sum of RGB (Red+Green+Blue) = 66+57+99=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #423963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423963 is #BDC69C. Grayscale: #404040. Windows color (decimal): -12437149 or 6502722. OLE color: 6502722.

HSL color Cylindrical-coordinate representation of color #423963: hue angle of 252.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423963 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 57 99 -
CMYK 0.33 0.42 0 0.61
HSL 252.86º 0.27% 0.31% -
HSV(B) 252.86º 0.42% 0.39% -
XYZ 5.96 4.99 12.45 -
YUV 64.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 66 57 99 0.33 0.42 0 0.61 252.86 0.27 0.31
Hex 42 39 63 21 2A 0 3D FD 1B 1F
Octal 102 71 143 41 52 0 75 375 33 37
Binary 1000010 111001 1100011 100001 101010 0 111101 11111101 11011 11111

Color Harmonies of #423963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423963

Black with #423963

Text Example


Text Example

White with #423963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423963; }

 p { color: rgb(66,57,99); }

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

background-color css

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

 a { background-color: rgb(66,57,99); }

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

border-color css

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

 span { border-color: rgb(66,57,99); }

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