Html Css Color HEX #45627B Matisse

📋 copy color: '#45627B'

red 69 ◦ green 98 ◦ blue 123

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

Shades of Matisse #45627B

Tints of Matisse #45627B

RGB

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

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

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

R = 23.79%
G = 33.79%
B = 42.41%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#45627B (or 0x45627B) is known color: Matisse. HEX triplet: 45, 62 and 7B. RGB value is (69,98,123). Sum of RGB (Red+Green+Blue) = 69+98+123=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #45627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45627B is #BA9D84. Grayscale: #5C5C5C. Windows color (decimal): -12230021 or 8086085. OLE color: 8086085.

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

Color convert

RGB 69 98 123 -
CMYK 0.44 0.20 0 0.52
HSL 207.78º 0.28% 0.38% -
HSV(B) 207.78º 0.44% 0.48% -
XYZ 10.4 11.43 20.4 -
YUV 92.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 69 98 123 0.44 0.20 0 0.52 207.78 0.28 0.38
Hex 45 62 7B 2C 14 0 34 D0 1C 26
Octal 105 142 173 54 24 0 64 320 34 46
Binary 1000101 1100010 1111011 101100 10100 0 110100 11010000 11100 100110

Color Harmonies of #45627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45627B

Black with #45627B

Text Example


Text Example

White with #45627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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