Html Css Color HEX #423769 Minsk

📋 copy color: '#423769'

red 66 ◦ green 55 ◦ blue 105

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

Shades of Minsk #423769

Tints of Minsk #423769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 29.2%
G = 24.34%
B = 46.46%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423769 (or 0x423769) is known color: Minsk. HEX triplet: 42, 37 and 69. RGB value is (66,55,105). Sum of RGB (Red+Green+Blue) = 66+55+105=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #423769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423769 is #BDC896. Grayscale: #3F3F3F. Windows color (decimal): -12437655 or 6895426. OLE color: 6895426.

HSL color Cylindrical-coordinate representation of color #423769: hue angle of 253.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #423769 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 55 105 -
CMYK 0.37 0.48 0 0.59
HSL 253.2º 0.31% 0.31% -
HSV(B) 253.2º 0.48% 0.41% -
XYZ 6.16 4.91 13.99 -
YUV 63.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 66 55 105 0.37 0.48 0 0.59 253.2 0.31 0.31
Hex 42 37 69 25 30 0 3B FD 1F 1F
Octal 102 67 151 45 60 0 73 375 37 37
Binary 1000010 110111 1101001 100101 110000 0 111011 11111101 11111 11111

Color Harmonies of #423769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423769

Black with #423769

Text Example


Text Example

White with #423769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423769; }

 p { color: rgb(66,55,105); }

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

background-color css

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

 a { background-color: rgb(66,55,105); }

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

border-color css

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

 span { border-color: rgb(66,55,105); }

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