Html Css Color HEX #40607B Matisse

📋 copy color: '#40607B'

red 64 ◦ green 96 ◦ blue 123

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

Shades of Matisse #40607B

Tints of Matisse #40607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 22.61%
G = 33.92%
B = 43.46%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40607B (or 0x40607B) is known color: Matisse. HEX triplet: 40, 60 and 7B. RGB value is (64,96,123). Sum of RGB (Red+Green+Blue) = 64+96+123=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #40607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607B is #BF9F84. Grayscale: #595959. Windows color (decimal): -12558213 or 8085568. OLE color: 8085568.

HSL color Cylindrical-coordinate representation of color #40607B: hue angle of 207.46º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40607B is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 96 123 -
CMYK 0.48 0.22 0 0.52
HSL 207.46º 0.32% 0.37% -
HSV(B) 207.46º 0.48% 0.48% -
XYZ 9.87 10.89 20.32 -
YUV 89.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 64 96 123 0.48 0.22 0 0.52 207.46 0.32 0.37
Hex 40 60 7B 30 16 0 34 CF 20 25
Octal 100 140 173 60 26 0 64 317 40 45
Binary 1000000 1100000 1111011 110000 10110 0 110100 11001111 100000 100101

Color Harmonies of #40607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40607B

Black with #40607B

Text Example


Text Example

White with #40607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40607B; }

 p { color: rgb(64,96,123); }

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

background-color css

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

 a { background-color: rgb(64,96,123); }

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

border-color css

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

 span { border-color: rgb(64,96,123); }

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