Html Css Color HEX #45617D Matisse

📋 copy color: '#45617D'

red 69 ◦ green 97 ◦ blue 125

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

Shades of Matisse #45617D

Tints of Matisse #45617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 23.71%
G = 33.33%
B = 42.96%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45617D (or 0x45617D) is known color: Matisse. HEX triplet: 45, 61 and 7D. RGB value is (69,97,125). Sum of RGB (Red+Green+Blue) = 69+97+125=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #45617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45617D is #BA9E82. Grayscale: #5B5B5B. Windows color (decimal): -12230275 or 8216901. OLE color: 8216901.

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

Color convert

RGB 69 97 125 -
CMYK 0.45 0.22 0 0.51
HSL 210º 0.29% 0.38% -
HSV(B) 210º 0.45% 0.49% -
XYZ 10.43 11.3 21.03 -
YUV 91.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 69 97 125 0.45 0.22 0 0.51 210 0.29 0.38
Hex 45 61 7D 2D 16 0 33 D2 1D 26
Octal 105 141 175 55 26 0 63 322 35 46
Binary 1000101 1100001 1111101 101101 10110 0 110011 11010010 11101 100110

Color Harmonies of #45617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45617D

Black with #45617D

Text Example


Text Example

White with #45617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45617D; }

 p { color: rgb(69,97,125); }

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

background-color css

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

 a { background-color: rgb(69,97,125); }

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

border-color css

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

 span { border-color: rgb(69,97,125); }

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