Html Css Color HEX #41699C Mariner

📋 copy color: '#41699C'

red 65 ◦ green 105 ◦ blue 156

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

Shades of Mariner #41699C

Tints of Mariner #41699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 19.94%
G = 32.21%
B = 47.85%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41699C (or 0x41699C) is known color: Mariner. HEX triplet: 41, 69 and 9C. RGB value is (65,105,156). Sum of RGB (Red+Green+Blue) = 65+105+156=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #41699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41699C is #BE9663. Grayscale: #626262. Windows color (decimal): -12490340 or 10250561. OLE color: 10250561.

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

Color convert

RGB 65 105 156 -
CMYK 0.58 0.33 0 0.39
HSL 213.63º 0.41% 0.43% -
HSV(B) 213.63º 0.58% 0.61% -
XYZ 13.23 13.63 33.39 -
YUV 98.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 65 105 156 0.58 0.33 0 0.39 213.63 0.41 0.43
Hex 41 69 9C 3A 21 0 27 D6 29 2B
Octal 101 151 234 72 41 0 47 326 51 53
Binary 1000001 1101001 10011100 111010 100001 0 100111 11010110 101001 101011

Color Harmonies of #41699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41699C

Black with #41699C

Text Example


Text Example

White with #41699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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