Html Css Color HEX #42647D Matisse

📋 copy color: '#42647D'

red 66 ◦ green 100 ◦ blue 125

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

Shades of Matisse #42647D

Tints of Matisse #42647D

RGB

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

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

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

R = 22.68%
G = 34.36%
B = 42.96%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42647D (or 0x42647D) is known color: Matisse. HEX triplet: 42, 64 and 7D. RGB value is (66,100,125). Sum of RGB (Red+Green+Blue) = 66+100+125=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #42647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42647D is #BD9B82. Grayscale: #5C5C5C. Windows color (decimal): -12426115 or 8217666. OLE color: 8217666.

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

Color convert

RGB 66 100 125 -
CMYK 0.47 0.2 0 0.51
HSL 205.42º 0.31% 0.37% -
HSV(B) 205.42º 0.47% 0.49% -
XYZ 10.51 11.75 21.12 -
YUV 92.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 66 100 125 0.47 0.2 0 0.51 205.42 0.31 0.37
Hex 42 64 7D 2F 14 0 33 CD 1F 25
Octal 102 144 175 57 24 0 63 315 37 45
Binary 1000010 1100100 1111101 101111 10100 0 110011 11001101 11111 100101

Color Harmonies of #42647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42647D

Black with #42647D

Text Example


Text Example

White with #42647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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