Html Css Color HEX #41609C Mariner

📋 copy color: '#41609C'

red 65 ◦ green 96 ◦ blue 156

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

Shades of Mariner #41609C

Tints of Mariner #41609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 20.5%
G = 30.28%
B = 49.21%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41609C (or 0x41609C) is known color: Mariner. HEX triplet: 41, 60 and 9C. RGB value is (65,96,156). Sum of RGB (Red+Green+Blue) = 65+96+156=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #41609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41609C is #BE9F63. Grayscale: #5D5D5D. Windows color (decimal): -12492644 or 10248257. OLE color: 10248257.

HSL color Cylindrical-coordinate representation of color #41609C: hue angle of 219.56º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41609C is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 96 156 -
CMYK 0.58 0.38 0 0.39
HSL 219.56º 0.41% 0.43% -
HSV(B) 219.56º 0.58% 0.61% -
XYZ 12.36 11.89 33.1 -
YUV 93.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 65 96 156 0.58 0.38 0 0.39 219.56 0.41 0.43
Hex 41 60 9C 3A 26 0 27 DC 29 2B
Octal 101 140 234 72 46 0 47 334 51 53
Binary 1000001 1100000 10011100 111010 100110 0 100111 11011100 101001 101011

Color Harmonies of #41609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41609C

Black with #41609C

Text Example


Text Example

White with #41609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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