Html Css Color HEX #445F76 Matisse

📋 copy color: '#445F76'

red 68 ◦ green 95 ◦ blue 118

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

Shades of Matisse #445F76

Tints of Matisse #445F76

RGB

 RED value IS 68 (26.95% from 255) = 24.2%

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 24.2%
G = 33.81%
B = 41.99%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445F76 (or 0x445F76) is known color: Matisse. HEX triplet: 44, 5F and 76. RGB value is (68,95,118). Sum of RGB (Red+Green+Blue) = 68+95+118=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #445F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F76 is #BBA089. Grayscale: #595959. Windows color (decimal): -12296330 or 7757636. OLE color: 7757636.

HSL color Cylindrical-coordinate representation of color #445F76: hue angle of 207.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445F76 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 95 118 -
CMYK 0.42 0.19 0 0.54
HSL 207.6º 0.27% 0.36% -
HSV(B) 207.6º 0.42% 0.46% -
XYZ 9.75 10.72 18.7 -
YUV 89.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 68 95 118 0.42 0.19 0 0.54 207.6 0.27 0.36
Hex 44 5F 76 2A 13 0 36 D0 1B 24
Octal 104 137 166 52 23 0 66 320 33 44
Binary 1000100 1011111 1110110 101010 10011 0 110110 11010000 11011 100100

Color Harmonies of #445F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F76

Black with #445F76

Text Example


Text Example

White with #445F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445F76; }

 p { color: rgb(68,95,118); }

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

background-color css

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

 a { background-color: rgb(68,95,118); }

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

border-color css

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

 span { border-color: rgb(68,95,118); }

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