Html Css Color HEX #456074 Matisse

📋 copy color: '#456074'

red 69 ◦ green 96 ◦ blue 116

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

Shades of Matisse #456074

Tints of Matisse #456074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 24.56%
G = 34.16%
B = 41.28%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#456074 (or 0x456074) is known color: Matisse. HEX triplet: 45, 60 and 74. RGB value is (69,96,116). Sum of RGB (Red+Green+Blue) = 69+96+116=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #456074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456074 is #BA9F8B. Grayscale: #5A5A5A. Windows color (decimal): -12230540 or 7626821. OLE color: 7626821.

HSL color Cylindrical-coordinate representation of color #456074: hue angle of 205.53º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456074 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 96 116 -
CMYK 0.41 0.17 0 0.55
HSL 205.53º 0.25% 0.36% -
HSV(B) 205.53º 0.41% 0.45% -
XYZ 9.79 10.89 18.11 -
YUV 90.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 69 96 116 0.41 0.17 0 0.55 205.53 0.25 0.36
Hex 45 60 74 29 11 0 37 CE 19 24
Octal 105 140 164 51 21 0 67 316 31 44
Binary 1000101 1100000 1110100 101001 10001 0 110111 11001110 11001 100100

Color Harmonies of #456074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456074

Black with #456074

Text Example


Text Example

White with #456074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456074; }

 p { color: rgb(69,96,116); }

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

background-color css

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

 a { background-color: rgb(69,96,116); }

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

border-color css

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

 span { border-color: rgb(69,96,116); }

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