Html Css Color HEX #42617F Matisse

📋 copy color: '#42617F'

red 66 ◦ green 97 ◦ blue 127

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

Shades of Matisse #42617F

Tints of Matisse #42617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

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

R = 22.76%
G = 33.45%
B = 43.79%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42617F (or 0x42617F) is known color: Matisse. HEX triplet: 42, 61 and 7F. RGB value is (66,97,127). Sum of RGB (Red+Green+Blue) = 66+97+127=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #42617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42617F is #BD9E80. Grayscale: #5B5B5B. Windows color (decimal): -12426881 or 8347970. OLE color: 8347970.

HSL color Cylindrical-coordinate representation of color #42617F: hue angle of 209.51º 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 #42617F is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 97 127 -
CMYK 0.48 0.24 0 0.50
HSL 209.51º 0.32% 0.38% -
HSV(B) 209.51º 0.48% 0.5% -
XYZ 10.35 11.24 21.7 -
YUV 91.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 66 97 127 0.48 0.24 0 0.50 209.51 0.32 0.38
Hex 42 61 7F 30 18 0 32 D2 20 26
Octal 102 141 177 60 30 0 62 322 40 46
Binary 1000010 1100001 1111111 110000 11000 0 110010 11010010 100000 100110

Color Harmonies of #42617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42617F

Black with #42617F

Text Example


Text Example

White with #42617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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