Html Css Color HEX #42627B Matisse

📋 copy color: '#42627B'

red 66 ◦ green 98 ◦ blue 123

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

Shades of Matisse #42627B

Tints of Matisse #42627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 23%
G = 34.15%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42627B (or 0x42627B) is known color: Matisse. HEX triplet: 42, 62 and 7B. RGB value is (66,98,123). Sum of RGB (Red+Green+Blue) = 66+98+123=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #42627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627B is #BD9D84. Grayscale: #5B5B5B. Windows color (decimal): -12426629 or 8086082. OLE color: 8086082.

HSL color Cylindrical-coordinate representation of color #42627B: hue angle of 206.32º 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 #42627B is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 98 123 -
CMYK 0.46 0.20 0 0.52
HSL 206.32º 0.3% 0.37% -
HSV(B) 206.32º 0.46% 0.48% -
XYZ 10.19 11.32 20.39 -
YUV 91.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 66 98 123 0.46 0.20 0 0.52 206.32 0.3 0.37
Hex 42 62 7B 2E 14 0 34 CE 1E 25
Octal 102 142 173 56 24 0 64 316 36 45
Binary 1000010 1100010 1111011 101110 10100 0 110100 11001110 11110 100101

Color Harmonies of #42627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42627B

Black with #42627B

Text Example


Text Example

White with #42627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42627B; }

 p { color: rgb(66,98,123); }

 H1.HeaderClassName
 {
   color: #42627B;
 }
 .AnyTagClassName
 {
   color: #42627B;
 }
</style>

background-color css

<style>
 a { background-color: #42627B; }

 a { background-color: rgb(66,98,123); }

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

border-color css

<style>
 span { border-color: #42627B; }

 span { border-color: rgb(66,98,123); }

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