Html Css Color HEX #423B6B Minsk

📋 copy color: '#423B6B'

red 66 ◦ green 59 ◦ blue 107

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

Shades of Minsk #423B6B

Tints of Minsk #423B6B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 28.45%
G = 25.43%
B = 46.12%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#423B6B (or 0x423B6B) is known color: Minsk. HEX triplet: 42, 3B and 6B. RGB value is (66,59,107). Sum of RGB (Red+Green+Blue) = 66+59+107=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #423B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B6B is #BDC494. Grayscale: #424242. Windows color (decimal): -12436629 or 7027522. OLE color: 7027522.

HSL color Cylindrical-coordinate representation of color #423B6B: hue angle of 248.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423B6B is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 59 107 -
CMYK 0.38 0.45 0 0.58
HSL 248.75º 0.29% 0.33% -
HSV(B) 248.75º 0.45% 0.42% -
XYZ 6.46 5.35 14.6 -
YUV 66.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 66 59 107 0.38 0.45 0 0.58 248.75 0.29 0.33
Hex 42 3B 6B 26 2D 0 3A F9 1D 21
Octal 102 73 153 46 55 0 72 371 35 41
Binary 1000010 111011 1101011 100110 101101 0 111010 11111001 11101 100001

Color Harmonies of #423B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B6B

Black with #423B6B

Text Example


Text Example

White with #423B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423B6B; }

 p { color: rgb(66,59,107); }

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

background-color css

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

 a { background-color: rgb(66,59,107); }

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

border-color css

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

 span { border-color: rgb(66,59,107); }

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