Html Css Color HEX #41609B Mariner

📋 copy color: '#41609B'

red 65 ◦ green 96 ◦ blue 155

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

Shades of Mariner #41609B

Tints of Mariner #41609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 20.57%
G = 30.38%
B = 49.05%

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

#41609B (or 0x41609B) is known color: Mariner. HEX triplet: 41, 60 and 9B. RGB value is (65,96,155). Sum of RGB (Red+Green+Blue) = 65+96+155=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #41609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41609B is #BE9F64. Grayscale: #5D5D5D. Windows color (decimal): -12492645 or 10182721. OLE color: 10182721.

HSL color Cylindrical-coordinate representation of color #41609B: hue angle of 219.33º 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 #41609B is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 96 155 -
CMYK 0.58 0.38 0 0.39
HSL 219.33º 0.41% 0.43% -
HSV(B) 219.33º 0.58% 0.61% -
XYZ 12.28 11.86 32.65 -
YUV 93.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 65 96 155 0.58 0.38 0 0.39 219.33 0.41 0.43
Hex 41 60 9B 3A 26 0 27 DB 29 2B
Octal 101 140 233 72 46 0 47 333 51 53
Binary 1000001 1100000 10011011 111010 100110 0 100111 11011011 101001 101011

Color Harmonies of #41609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41609B

Black with #41609B

Text Example


Text Example

White with #41609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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