Html Css Color HEX #405F81 Matisse

📋 copy color: '#405F81'

red 64 ◦ green 95 ◦ blue 129

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

Shades of Matisse #405F81

Tints of Matisse #405F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

 BLUE value IS 129 (50.78% from 255) = 44.79%

R = 22.22%
G = 32.99%
B = 44.79%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405F81 (or 0x405F81) is known color: Matisse. HEX triplet: 40, 5F and 81. RGB value is (64,95,129). Sum of RGB (Red+Green+Blue) = 64+95+129=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #405F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F81 is #BFA07E. Grayscale: #595959. Windows color (decimal): -12558463 or 8478528. OLE color: 8478528.

HSL color Cylindrical-coordinate representation of color #405F81: hue angle of 211.38º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405F81 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 95 129 -
CMYK 0.50 0.26 0 0.49
HSL 211.38º 0.34% 0.38% -
HSV(B) 211.38º 0.5% 0.51% -
XYZ 10.17 10.86 22.33 -
YUV 89.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 64 95 129 0.50 0.26 0 0.49 211.38 0.34 0.38
Hex 40 5F 81 32 1A 0 31 D3 22 26
Octal 100 137 201 62 32 0 61 323 42 46
Binary 1000000 1011111 10000001 110010 11010 0 110001 11010011 100010 100110

Color Harmonies of #405F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F81

Black with #405F81

Text Example


Text Example

White with #405F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405F81; }

 p { color: rgb(64,95,129); }

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

background-color css

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

 a { background-color: rgb(64,95,129); }

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

border-color css

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

 span { border-color: rgb(64,95,129); }

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