Html Css Color HEX #423974 Minsk

📋 copy color: '#423974'

red 66 ◦ green 57 ◦ blue 116

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

Shades of Minsk #423974

Tints of Minsk #423974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 27.62%
G = 23.85%
B = 48.54%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#423974 (or 0x423974) is known color: Minsk. HEX triplet: 42, 39 and 74. RGB value is (66,57,116). Sum of RGB (Red+Green+Blue) = 66+57+116=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #423974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423974 is #BDC68B. Grayscale: #424242. Windows color (decimal): -12437132 or 7616834. OLE color: 7616834.

HSL color Cylindrical-coordinate representation of color #423974: hue angle of 249.15º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423974 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 57 116 -
CMYK 0.43 0.51 0 0.55
HSL 249.15º 0.34% 0.34% -
HSV(B) 249.15º 0.51% 0.45% -
XYZ 6.86 5.35 17.19 -
YUV 66.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 66 57 116 0.43 0.51 0 0.55 249.15 0.34 0.34
Hex 42 39 74 2B 33 0 37 F9 22 22
Octal 102 71 164 53 63 0 67 371 42 42
Binary 1000010 111001 1110100 101011 110011 0 110111 11111001 100010 100010

Color Harmonies of #423974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423974

Black with #423974

Text Example


Text Example

White with #423974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423974; }

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

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

background-color css

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

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

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

border-color css

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

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

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