Html Css Color HEX #41639A Mariner

📋 copy color: '#41639A'

red 65 ◦ green 99 ◦ blue 154

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

Shades of Mariner #41639A

Tints of Mariner #41639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 20.44%
G = 31.13%
B = 48.43%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#41639A (or 0x41639A) is known color: Mariner. HEX triplet: 41, 63 and 9A. RGB value is (65,99,154). Sum of RGB (Red+Green+Blue) = 65+99+154=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #41639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41639A is #BE9C65. Grayscale: #5E5E5E. Windows color (decimal): -12491878 or 10117953. OLE color: 10117953.

HSL color Cylindrical-coordinate representation of color #41639A: hue angle of 217.08º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41639A is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 99 154 -
CMYK 0.58 0.36 0 0.40
HSL 217.08º 0.41% 0.43% -
HSV(B) 217.08º 0.58% 0.6% -
XYZ 12.47 12.38 32.3 -
YUV 95.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 65 99 154 0.58 0.36 0 0.40 217.08 0.41 0.43
Hex 41 63 9A 3A 24 0 28 D9 29 2B
Octal 101 143 232 72 44 0 50 331 51 53
Binary 1000001 1100011 10011010 111010 100100 0 101000 11011001 101001 101011

Color Harmonies of #41639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41639A

Black with #41639A

Text Example


Text Example

White with #41639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41639A; }

 p { color: rgb(65,99,154); }

 H1.HeaderClassName
 {
   color: #41639A;
 }
 .AnyTagClassName
 {
   color: #41639A;
 }
</style>

background-color css

<style>
 a { background-color: #41639A; }

 a { background-color: rgb(65,99,154); }

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

border-color css

<style>
 span { border-color: #41639A; }

 span { border-color: rgb(65,99,154); }

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