Html Css Color HEX #423962 Minsk

📋 copy color: '#423962'

red 66 ◦ green 57 ◦ blue 98

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

Shades of Minsk #423962

Tints of Minsk #423962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 29.86%
G = 25.79%
B = 44.34%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423962 (or 0x423962) is known color: Minsk. HEX triplet: 42, 39 and 62. RGB value is (66,57,98). Sum of RGB (Red+Green+Blue) = 66+57+98=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #423962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423962 is #BDC69D. Grayscale: #404040. Windows color (decimal): -12437150 or 6437186. OLE color: 6437186.

HSL color Cylindrical-coordinate representation of color #423962: hue angle of 253.17º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423962 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 57 98 -
CMYK 0.33 0.42 0 0.62
HSL 253.17º 0.26% 0.3% -
HSV(B) 253.17º 0.42% 0.38% -
XYZ 5.91 4.97 12.2 -
YUV 64.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 66 57 98 0.33 0.42 0 0.62 253.17 0.26 0.3
Hex 42 39 62 21 2A 0 3E FD 1A 1E
Octal 102 71 142 41 52 0 76 375 32 36
Binary 1000010 111001 1100010 100001 101010 0 111110 11111101 11010 11110

Color Harmonies of #423962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423962

Black with #423962

Text Example


Text Example

White with #423962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423962; }

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

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

background-color css

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

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

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

border-color css

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

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

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