Html Css Color HEX #41618F Mariner

📋 copy color: '#41618F'

red 65 ◦ green 97 ◦ blue 143

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

Shades of Mariner #41618F

Tints of Mariner #41618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 21.31%
G = 31.8%
B = 46.89%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41618F (or 0x41618F) is known color: Mariner. HEX triplet: 41, 61 and 8F. RGB value is (65,97,143). Sum of RGB (Red+Green+Blue) = 65+97+143=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #41618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41618F is #BE9E70. Grayscale: #5C5C5C. Windows color (decimal): -12492401 or 9396545. OLE color: 9396545.

HSL color Cylindrical-coordinate representation of color #41618F: hue angle of 215.38º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41618F is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 97 143 -
CMYK 0.55 0.32 0 0.44
HSL 215.38º 0.38% 0.41% -
HSV(B) 215.38º 0.55% 0.56% -
XYZ 11.41 11.66 27.64 -
YUV 92.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 65 97 143 0.55 0.32 0 0.44 215.38 0.38 0.41
Hex 41 61 8F 37 20 0 2C D7 26 29
Octal 101 141 217 67 40 0 54 327 46 51
Binary 1000001 1100001 10001111 110111 100000 0 101100 11010111 100110 101001

Color Harmonies of #41618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41618F

Black with #41618F

Text Example


Text Example

White with #41618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,97,143); }

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

background-color css

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

 a { background-color: rgb(65,97,143); }

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

border-color css

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

 span { border-color: rgb(65,97,143); }

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