Html Css Color HEX #41619C Mariner

📋 copy color: '#41619C'

red 65 ◦ green 97 ◦ blue 156

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

Shades of Mariner #41619C

Tints of Mariner #41619C

RGB

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

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

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

R = 20.44%
G = 30.5%
B = 49.06%

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

#41619C (or 0x41619C) is known color: Mariner. HEX triplet: 41, 61 and 9C. RGB value is (65,97,156). Sum of RGB (Red+Green+Blue) = 65+97+156=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #41619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41619C is #BE9E63. Grayscale: #5D5D5D. Windows color (decimal): -12492388 or 10248513. OLE color: 10248513.

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

Color convert

RGB 65 97 156 -
CMYK 0.58 0.38 0 0.39
HSL 218.9º 0.41% 0.43% -
HSV(B) 218.9º 0.58% 0.61% -
XYZ 12.46 12.07 33.13 -
YUV 94.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 65 97 156 0.58 0.38 0 0.39 218.9 0.41 0.43
Hex 41 61 9C 3A 26 0 27 DB 29 2B
Octal 101 141 234 72 46 0 47 333 51 53
Binary 1000001 1100001 10011100 111010 100110 0 100111 11011011 101001 101011

Color Harmonies of #41619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41619C

Black with #41619C

Text Example


Text Example

White with #41619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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