Html Css Color HEX #41607A Matisse

📋 copy color: '#41607A'

red 65 ◦ green 96 ◦ blue 122

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

Shades of Matisse #41607A

Tints of Matisse #41607A

RGB

 RED value IS 65 (25.78% from 255) = 22.97%

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 22.97%
G = 33.92%
B = 43.11%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41607A (or 0x41607A) is known color: Matisse. HEX triplet: 41, 60 and 7A. RGB value is (65,96,122). Sum of RGB (Red+Green+Blue) = 65+96+122=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #41607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41607A is #BE9F85. Grayscale: #595959. Windows color (decimal): -12492678 or 8020033. OLE color: 8020033.

HSL color Cylindrical-coordinate representation of color #41607A: hue angle of 207.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41607A is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 96 122 -
CMYK 0.47 0.21 0 0.52
HSL 207.37º 0.3% 0.37% -
HSV(B) 207.37º 0.47% 0.48% -
XYZ 9.88 10.89 19.99 -
YUV 89.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 65 96 122 0.47 0.21 0 0.52 207.37 0.3 0.37
Hex 41 60 7A 2F 15 0 34 CF 1E 25
Octal 101 140 172 57 25 0 64 317 36 45
Binary 1000001 1100000 1111010 101111 10101 0 110100 11001111 11110 100101

Color Harmonies of #41607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41607A

Black with #41607A

Text Example


Text Example

White with #41607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41607A; }

 p { color: rgb(65,96,122); }

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

background-color css

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

 a { background-color: rgb(65,96,122); }

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

border-color css

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

 span { border-color: rgb(65,96,122); }

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