Html Css Color HEX #425E71 Matisse

📋 copy color: '#425E71'

red 66 ◦ green 94 ◦ blue 113

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

Shades of Matisse #425E71

Tints of Matisse #425E71

RGB

 RED value IS 66 (26.17% from 255) = 24.18%

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 24.18%
G = 34.43%
B = 41.39%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#425E71 (or 0x425E71) is known color: Matisse. HEX triplet: 42, 5E and 71. RGB value is (66,94,113). Sum of RGB (Red+Green+Blue) = 66+94+113=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #425E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E71 is #BDA18E. Grayscale: #575757. Windows color (decimal): -12427663 or 7429698. OLE color: 7429698.

HSL color Cylindrical-coordinate representation of color #425E71: hue angle of 204.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425E71 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 94 113 -
CMYK 0.42 0.17 0 0.56
HSL 204.26º 0.26% 0.35% -
HSV(B) 204.26º 0.42% 0.44% -
XYZ 9.23 10.36 17.14 -
YUV 87.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 66 94 113 0.42 0.17 0 0.56 204.26 0.26 0.35
Hex 42 5E 71 2A 11 0 38 CC 1A 23
Octal 102 136 161 52 21 0 70 314 32 43
Binary 1000010 1011110 1110001 101010 10001 0 111000 11001100 11010 100011

Color Harmonies of #425E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E71

Black with #425E71

Text Example


Text Example

White with #425E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425E71; }

 p { color: rgb(66,94,113); }

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

background-color css

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

 a { background-color: rgb(66,94,113); }

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

border-color css

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

 span { border-color: rgb(66,94,113); }

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