Html Css Color HEX #426282 Matisse

📋 copy color: '#426282'

red 66 ◦ green 98 ◦ blue 130

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

Shades of Matisse #426282

Tints of Matisse #426282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.22%

R = 22.45%
G = 33.33%
B = 44.22%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426282 (or 0x426282) is known color: Matisse. HEX triplet: 42, 62 and 82. RGB value is (66,98,130). Sum of RGB (Red+Green+Blue) = 66+98+130=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #426282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426282 is #BD9D7D. Grayscale: #5B5B5B. Windows color (decimal): -12426622 or 8544834. OLE color: 8544834.

HSL color Cylindrical-coordinate representation of color #426282: hue angle of 210º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426282 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 98 130 -
CMYK 0.49 0.25 0 0.49
HSL 210º 0.33% 0.38% -
HSV(B) 210º 0.49% 0.51% -
XYZ 10.64 11.51 22.78 -
YUV 92.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 66 98 130 0.49 0.25 0 0.49 210 0.33 0.38
Hex 42 62 82 31 19 0 31 D2 21 26
Octal 102 142 202 61 31 0 61 322 41 46
Binary 1000010 1100010 10000010 110001 11001 0 110001 11010010 100001 100110

Color Harmonies of #426282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426282

Black with #426282

Text Example


Text Example

White with #426282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426282; }

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

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

background-color css

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

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

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

border-color css

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

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

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