Html Css Color HEX #42627C Matisse

📋 copy color: '#42627C'

red 66 ◦ green 98 ◦ blue 124

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

Shades of Matisse #42627C

Tints of Matisse #42627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

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

R = 22.92%
G = 34.03%
B = 43.06%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42627C (or 0x42627C) is known color: Matisse. HEX triplet: 42, 62 and 7C. RGB value is (66,98,124). Sum of RGB (Red+Green+Blue) = 66+98+124=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #42627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627C is #BD9D83. Grayscale: #5B5B5B. Windows color (decimal): -12426628 or 8151618. OLE color: 8151618.

HSL color Cylindrical-coordinate representation of color #42627C: hue angle of 206.9º 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 #42627C is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 98 124 -
CMYK 0.47 0.21 0 0.51
HSL 206.9º 0.31% 0.37% -
HSV(B) 206.9º 0.47% 0.49% -
XYZ 10.25 11.35 20.72 -
YUV 91.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 66 98 124 0.47 0.21 0 0.51 206.9 0.31 0.37
Hex 42 62 7C 2F 15 0 33 CF 1F 25
Octal 102 142 174 57 25 0 63 317 37 45
Binary 1000010 1100010 1111100 101111 10101 0 110011 11001111 11111 100101

Color Harmonies of #42627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42627C

Black with #42627C

Text Example


Text Example

White with #42627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42627C; }

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

 H1.HeaderClassName
 {
   color: #42627C;
 }
 .AnyTagClassName
 {
   color: #42627C;
 }
</style>

background-color css

<style>
 a { background-color: #42627C; }

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

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

border-color css

<style>
 span { border-color: #42627C; }

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

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