Html Css Color HEX #425E7C Matisse

📋 copy color: '#425E7C'

red 66 ◦ green 94 ◦ blue 124

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

Shades of Matisse #425E7C

Tints of Matisse #425E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 23.24%
G = 33.1%
B = 43.66%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#425E7C (or 0x425E7C) is known color: Matisse. HEX triplet: 42, 5E and 7C. RGB value is (66,94,124). Sum of RGB (Red+Green+Blue) = 66+94+124=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #425E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E7C is #BDA183. Grayscale: #585858. Windows color (decimal): -12427652 or 8150594. OLE color: 8150594.

HSL color Cylindrical-coordinate representation of color #425E7C: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #425E7C is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 94 124 -
CMYK 0.47 0.24 0 0.51
HSL 211.03º 0.31% 0.37% -
HSV(B) 211.03º 0.47% 0.49% -
XYZ 9.89 10.62 20.6 -
YUV 89.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 66 94 124 0.47 0.24 0 0.51 211.03 0.31 0.37
Hex 42 5E 7C 2F 18 0 33 D3 1F 25
Octal 102 136 174 57 30 0 63 323 37 45
Binary 1000010 1011110 1111100 101111 11000 0 110011 11010011 11111 100101

Color Harmonies of #425E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E7C

Black with #425E7C

Text Example


Text Example

White with #425E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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