Html Css Color HEX #4168AA Mariner

📋 copy color: '#4168AA'

red 65 ◦ green 104 ◦ blue 170

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

Shades of Mariner #4168AA

Tints of Mariner #4168AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 19.17%
G = 30.68%
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

#4168AA (or 0x4168AA) is known color: Mariner. HEX triplet: 41, 68 and AA. RGB value is (65,104,170). Sum of RGB (Red+Green+Blue) = 65+104+170=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4168AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4168AA is #BE9755. Grayscale: #636363. Windows color (decimal): -12490582 or 11167809. OLE color: 11167809.

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

Color convert

RGB 65 104 170 -
CMYK 0.62 0.39 0 0.33
HSL 217.71º 0.45% 0.46% -
HSV(B) 217.71º 0.62% 0.67% -
XYZ 14.39 13.93 39.96 -
YUV 99.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 65 104 170 0.62 0.39 0 0.33 217.71 0.45 0.46
Hex 41 68 AA 3E 27 0 21 DA 2D 2E
Octal 101 150 252 76 47 0 41 332 55 56
Binary 1000001 1101000 10101010 111110 100111 0 100001 11011010 101101 101110

Color Harmonies of #4168AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4168AA

Black with #4168AA

Text Example


Text Example

White with #4168AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4168AA; }

 p { color: rgb(65,104,170); }

 H1.HeaderClassName
 {
   color: #4168AA;
 }
 .AnyTagClassName
 {
   color: #4168AA;
 }
</style>

background-color css

<style>
 a { background-color: #4168AA; }

 a { background-color: rgb(65,104,170); }

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

border-color css

<style>
 span { border-color: #4168AA; }

 span { border-color: rgb(65,104,170); }

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