Html Css Color HEX #42607C Matisse

📋 copy color: '#42607C'

red 66 ◦ green 96 ◦ blue 124

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

Shades of Matisse #42607C

Tints of Matisse #42607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 23.08%
G = 33.57%
B = 43.36%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42607C (or 0x42607C) is known color: Matisse. HEX triplet: 42, 60 and 7C. RGB value is (66,96,124). Sum of RGB (Red+Green+Blue) = 66+96+124=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #42607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607C is #BD9F83. Grayscale: #5A5A5A. Windows color (decimal): -12427140 or 8151106. OLE color: 8151106.

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

Color convert

RGB 66 96 124 -
CMYK 0.47 0.23 0 0.51
HSL 208.97º 0.31% 0.37% -
HSV(B) 208.97º 0.47% 0.49% -
XYZ 10.07 10.98 20.66 -
YUV 90.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 66 96 124 0.47 0.23 0 0.51 208.97 0.31 0.37
Hex 42 60 7C 2F 17 0 33 D1 1F 25
Octal 102 140 174 57 27 0 63 321 37 45
Binary 1000010 1100000 1111100 101111 10111 0 110011 11010001 11111 100101

Color Harmonies of #42607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42607C

Black with #42607C

Text Example


Text Example

White with #42607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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