Html Css Color HEX #42627D Matisse

📋 copy color: '#42627D'

red 66 ◦ green 98 ◦ blue 125

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

Shades of Matisse #42627D

Tints of Matisse #42627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 22.84%
G = 33.91%
B = 43.25%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42627D (or 0x42627D) is known color: Matisse. HEX triplet: 42, 62 and 7D. RGB value is (66,98,125). Sum of RGB (Red+Green+Blue) = 66+98+125=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #42627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627D is #BD9D82. Grayscale: #5B5B5B. Windows color (decimal): -12426627 or 8217154. OLE color: 8217154.

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

Color convert

RGB 66 98 125 -
CMYK 0.47 0.22 0 0.51
HSL 207.46º 0.31% 0.37% -
HSV(B) 207.46º 0.47% 0.49% -
XYZ 10.32 11.37 21.05 -
YUV 91.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 66 98 125 0.47 0.22 0 0.51 207.46 0.31 0.37
Hex 42 62 7D 2F 16 0 33 CF 1F 25
Octal 102 142 175 57 26 0 63 317 37 45
Binary 1000010 1100010 1111101 101111 10110 0 110011 11001111 11111 100101

Color Harmonies of #42627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42627D

Black with #42627D

Text Example


Text Example

White with #42627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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