Html Css Color HEX #403469 Minsk

📋 copy color: '#403469'

red 64 ◦ green 52 ◦ blue 105

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

Shades of Minsk #403469

Tints of Minsk #403469

RGB

 RED value IS 64 (25.39% from 255) = 28.96%

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 28.96%
G = 23.53%
B = 47.51%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#403469 (or 0x403469) is known color: Minsk. HEX triplet: 40, 34 and 69. RGB value is (64,52,105). Sum of RGB (Red+Green+Blue) = 64+52+105=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #403469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403469 is #BFCB96. Grayscale: #3D3D3D. Windows color (decimal): -12569495 or 6894656. OLE color: 6894656.

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

Color convert

RGB 64 52 105 -
CMYK 0.39 0.50 0 0.59
HSL 253.58º 0.34% 0.31% -
HSV(B) 253.58º 0.5% 0.41% -
XYZ 5.89 4.57 13.94 -
YUV 61.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 64 52 105 0.39 0.50 0 0.59 253.58 0.34 0.31
Hex 40 34 69 27 32 0 3B FE 22 1F
Octal 100 64 151 47 62 0 73 376 42 37
Binary 1000000 110100 1101001 100111 110010 0 111011 11111110 100010 11111

Color Harmonies of #403469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403469

Black with #403469

Text Example


Text Example

White with #403469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403469; }

 p { color: rgb(64,52,105); }

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

background-color css

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

 a { background-color: rgb(64,52,105); }

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

border-color css

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

 span { border-color: rgb(64,52,105); }

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