Html Css Color HEX #4169AB Mariner

📋 copy color: '#4169AB'

red 65 ◦ green 105 ◦ blue 171

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

Shades of Mariner #4169AB

Tints of Mariner #4169AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 19.06%
G = 30.79%
B = 50.15%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4169AB (or 0x4169AB) is known color: Mariner. HEX triplet: 41, 69 and AB. RGB value is (65,105,171). Sum of RGB (Red+Green+Blue) = 65+105+171=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4169AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4169AB is #BE9654. Grayscale: #646464. Windows color (decimal): -12490325 or 11233601. OLE color: 11233601.

HSL color Cylindrical-coordinate representation of color #4169AB: hue angle of 217.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4169AB is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 105 171 -
CMYK 0.62 0.39 0 0.33
HSL 217.36º 0.45% 0.46% -
HSV(B) 217.36º 0.62% 0.67% -
XYZ 14.58 14.17 40.49 -
YUV 100.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 65 105 171 0.62 0.39 0 0.33 217.36 0.45 0.46
Hex 41 69 AB 3E 27 0 21 D9 2D 2E
Octal 101 151 253 76 47 0 41 331 55 56
Binary 1000001 1101001 10101011 111110 100111 0 100001 11011001 101101 101110

Color Harmonies of #4169AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4169AB

Black with #4169AB

Text Example


Text Example

White with #4169AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4169AB; }

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

 H1.HeaderClassName
 {
   color: #4169AB;
 }
 .AnyTagClassName
 {
   color: #4169AB;
 }
</style>

background-color css

<style>
 a { background-color: #4169AB; }

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

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

border-color css

<style>
 span { border-color: #4169AB; }

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

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