Html Css Color HEX #425F73 Matisse

📋 copy color: '#425F73'

red 66 ◦ green 95 ◦ blue 115

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

Shades of Matisse #425F73

Tints of Matisse #425F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 23.91%
G = 34.42%
B = 41.67%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#425F73 (or 0x425F73) is known color: Matisse. HEX triplet: 42, 5F and 73. RGB value is (66,95,115). Sum of RGB (Red+Green+Blue) = 66+95+115=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #425F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F73 is #BDA08C. Grayscale: #585858. Windows color (decimal): -12427405 or 7561026. OLE color: 7561026.

HSL color Cylindrical-coordinate representation of color #425F73: hue angle of 204.49º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425F73 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 95 115 -
CMYK 0.43 0.17 0 0.55
HSL 204.49º 0.27% 0.35% -
HSV(B) 204.49º 0.43% 0.45% -
XYZ 9.43 10.58 17.76 -
YUV 88.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 66 95 115 0.43 0.17 0 0.55 204.49 0.27 0.35
Hex 42 5F 73 2B 11 0 37 CC 1B 23
Octal 102 137 163 53 21 0 67 314 33 43
Binary 1000010 1011111 1110011 101011 10001 0 110111 11001100 11011 100011

Color Harmonies of #425F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F73

Black with #425F73

Text Example


Text Example

White with #425F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,95,115); }

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

background-color css

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

 a { background-color: rgb(66,95,115); }

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

border-color css

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

 span { border-color: rgb(66,95,115); }

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