Html Css Color HEX #42607A Matisse

📋 copy color: '#42607A'

red 66 ◦ green 96 ◦ blue 122

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

Shades of Matisse #42607A

Tints of Matisse #42607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 23.24%
G = 33.8%
B = 42.96%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42607A (or 0x42607A) is known color: Matisse. HEX triplet: 42, 60 and 7A. RGB value is (66,96,122). Sum of RGB (Red+Green+Blue) = 66+96+122=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #42607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607A is #BD9F85. Grayscale: #595959. Windows color (decimal): -12427142 or 8020034. OLE color: 8020034.

HSL color Cylindrical-coordinate representation of color #42607A: hue angle of 207.86º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42607A is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 96 122 -
CMYK 0.46 0.21 0 0.52
HSL 207.86º 0.3% 0.37% -
HSV(B) 207.86º 0.46% 0.48% -
XYZ 9.94 10.93 20 -
YUV 89.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 66 96 122 0.46 0.21 0 0.52 207.86 0.3 0.37
Hex 42 60 7A 2E 15 0 34 D0 1E 25
Octal 102 140 172 56 25 0 64 320 36 45
Binary 1000010 1100000 1111010 101110 10101 0 110100 11010000 11110 100101

Color Harmonies of #42607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42607A

Black with #42607A

Text Example


Text Example

White with #42607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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