Html Css Color HEX #42657F Matisse

📋 copy color: '#42657F'

red 66 ◦ green 101 ◦ blue 127

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

Shades of Matisse #42657F

Tints of Matisse #42657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 22.45%
G = 34.35%
B = 43.2%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42657F (or 0x42657F) is known color: Matisse. HEX triplet: 42, 65 and 7F. RGB value is (66,101,127). Sum of RGB (Red+Green+Blue) = 66+101+127=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #42657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42657F is #BD9A80. Grayscale: #5D5D5D. Windows color (decimal): -12425857 or 8348994. OLE color: 8348994.

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

Color convert

RGB 66 101 127 -
CMYK 0.48 0.20 0 0.50
HSL 205.57º 0.32% 0.38% -
HSV(B) 205.57º 0.48% 0.5% -
XYZ 10.73 12 21.83 -
YUV 93.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 66 101 127 0.48 0.20 0 0.50 205.57 0.32 0.38
Hex 42 65 7F 30 14 0 32 CE 20 26
Octal 102 145 177 60 24 0 62 316 40 46
Binary 1000010 1100101 1111111 110000 10100 0 110010 11001110 100000 100110

Color Harmonies of #42657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42657F

Black with #42657F

Text Example


Text Example

White with #42657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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