Html Css Color HEX #41669F Mariner

📋 copy color: '#41669F'

red 65 ◦ green 102 ◦ blue 159

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

Shades of Mariner #41669F

Tints of Mariner #41669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 19.94%
G = 31.29%
B = 48.77%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41669F (or 0x41669F) is known color: Mariner. HEX triplet: 41, 66 and 9F. RGB value is (65,102,159). Sum of RGB (Red+Green+Blue) = 65+102+159=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #41669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41669F is #BE9960. Grayscale: #616161. Windows color (decimal): -12491105 or 10446401. OLE color: 10446401.

HSL color Cylindrical-coordinate representation of color #41669F: hue angle of 216.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41669F is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 102 159 -
CMYK 0.59 0.36 0 0.38
HSL 216.38º 0.42% 0.44% -
HSV(B) 216.38º 0.59% 0.62% -
XYZ 13.19 13.13 34.64 -
YUV 97.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 65 102 159 0.59 0.36 0 0.38 216.38 0.42 0.44
Hex 41 66 9F 3B 24 0 26 D8 2A 2C
Octal 101 146 237 73 44 0 46 330 52 54
Binary 1000001 1100110 10011111 111011 100100 0 100110 11011000 101010 101100

Color Harmonies of #41669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41669F

Black with #41669F

Text Example


Text Example

White with #41669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41669F; }

 p { color: rgb(65,102,159); }

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

background-color css

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

 a { background-color: rgb(65,102,159); }

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

border-color css

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

 span { border-color: rgb(65,102,159); }

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