Html Css Color HEX #406285 Matisse

📋 copy color: '#406285'

red 64 ◦ green 98 ◦ blue 133

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

Shades of Matisse #406285

Tints of Matisse #406285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 21.69%
G = 33.22%
B = 45.08%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406285 (or 0x406285) is known color: Matisse. HEX triplet: 40, 62 and 85. RGB value is (64,98,133). Sum of RGB (Red+Green+Blue) = 64+98+133=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #406285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406285 is #BF9D7A. Grayscale: #5B5B5B. Windows color (decimal): -12557691 or 8741440. OLE color: 8741440.

HSL color Cylindrical-coordinate representation of color #406285: hue angle of 210.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406285 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 98 133 -
CMYK 0.52 0.26 0 0.48
HSL 210.43º 0.35% 0.39% -
HSV(B) 210.43º 0.52% 0.52% -
XYZ 10.72 11.52 23.85 -
YUV 91.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 64 98 133 0.52 0.26 0 0.48 210.43 0.35 0.39
Hex 40 62 85 34 1A 0 30 D2 23 27
Octal 100 142 205 64 32 0 60 322 43 47
Binary 1000000 1100010 10000101 110100 11010 0 110000 11010010 100011 100111

Color Harmonies of #406285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406285

Black with #406285

Text Example


Text Example

White with #406285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406285; }

 p { color: rgb(64,98,133); }

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

background-color css

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

 a { background-color: rgb(64,98,133); }

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

border-color css

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

 span { border-color: rgb(64,98,133); }

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