Html Css Color HEX #45627C Matisse

📋 copy color: '#45627C'

red 69 ◦ green 98 ◦ blue 124

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

Shades of Matisse #45627C

Tints of Matisse #45627C

RGB

 RED value IS 69 (27.34% from 255) = 23.71%

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

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 23.71%
G = 33.68%
B = 42.61%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45627C (or 0x45627C) is known color: Matisse. HEX triplet: 45, 62 and 7C. RGB value is (69,98,124). Sum of RGB (Red+Green+Blue) = 69+98+124=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #45627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45627C is #BA9D83. Grayscale: #5C5C5C. Windows color (decimal): -12230020 or 8151621. OLE color: 8151621.

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

Color convert

RGB 69 98 124 -
CMYK 0.44 0.21 0 0.51
HSL 208.36º 0.28% 0.38% -
HSV(B) 208.36º 0.44% 0.49% -
XYZ 10.46 11.46 20.73 -
YUV 92.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 69 98 124 0.44 0.21 0 0.51 208.36 0.28 0.38
Hex 45 62 7C 2C 15 0 33 D0 1C 26
Octal 105 142 174 54 25 0 63 320 34 46
Binary 1000101 1100010 1111100 101100 10101 0 110011 11010000 11100 100110

Color Harmonies of #45627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45627C

Black with #45627C

Text Example


Text Example

White with #45627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45627C; }

 p { color: rgb(69,98,124); }

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

background-color css

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

 a { background-color: rgb(69,98,124); }

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

border-color css

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

 span { border-color: rgb(69,98,124); }

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