Html Css Color HEX #42647F Matisse

📋 copy color: '#42647F'

red 66 ◦ green 100 ◦ blue 127

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

Shades of Matisse #42647F

Tints of Matisse #42647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 22.53%
G = 34.13%
B = 43.34%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42647F (or 0x42647F) is known color: Matisse. HEX triplet: 42, 64 and 7F. RGB value is (66,100,127). Sum of RGB (Red+Green+Blue) = 66+100+127=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #42647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42647F is #BD9B80. Grayscale: #5C5C5C. Windows color (decimal): -12426113 or 8348738. OLE color: 8348738.

HSL color Cylindrical-coordinate representation of color #42647F: hue angle of 206.56º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42647F is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 100 127 -
CMYK 0.48 0.21 0 0.50
HSL 206.56º 0.32% 0.38% -
HSV(B) 206.56º 0.48% 0.5% -
XYZ 10.63 11.8 21.8 -
YUV 92.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 66 100 127 0.48 0.21 0 0.50 206.56 0.32 0.38
Hex 42 64 7F 30 15 0 32 CF 20 26
Octal 102 144 177 60 25 0 62 317 40 46
Binary 1000010 1100100 1111111 110000 10101 0 110010 11001111 100000 100110

Color Harmonies of #42647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42647F

Black with #42647F

Text Example


Text Example

White with #42647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42647F; }

 p { color: rgb(66,100,127); }

 H1.HeaderClassName
 {
   color: #42647F;
 }
 .AnyTagClassName
 {
   color: #42647F;
 }
</style>

background-color css

<style>
 a { background-color: #42647F; }

 a { background-color: rgb(66,100,127); }

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

border-color css

<style>
 span { border-color: #42647F; }

 span { border-color: rgb(66,100,127); }

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