Html Css Color HEX #4466AD Mariner

📋 copy color: '#4466AD'

red 68 ◦ green 102 ◦ blue 173

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

Shades of Mariner #4466AD

Tints of Mariner #4466AD

RGB

 RED value IS 68 (26.95% from 255) = 19.83%

 GREEN value IS 102 (40.23% from 255) = 29.74%

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 19.83%
G = 29.74%
B = 50.44%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4466AD (or 0x4466AD) is known color: Mariner. HEX triplet: 44, 66 and AD. RGB value is (68,102,173). Sum of RGB (Red+Green+Blue) = 68+102+173=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #4466AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4466AD is #BB9952. Grayscale: #636363. Windows color (decimal): -12294483 or 11363908. OLE color: 11363908.

HSL color Cylindrical-coordinate representation of color #4466AD: hue angle of 220.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4466AD is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 102 173 -
CMYK 0.61 0.41 0 0.32
HSL 220.57º 0.44% 0.47% -
HSV(B) 220.57º 0.61% 0.68% -
XYZ 14.68 13.75 41.42 -
YUV 99.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 68 102 173 0.61 0.41 0 0.32 220.57 0.44 0.47
Hex 44 66 AD 3D 29 0 20 DD 2C 2F
Octal 104 146 255 75 51 0 40 335 54 57
Binary 1000100 1100110 10101101 111101 101001 0 100000 11011101 101100 101111

Color Harmonies of #4466AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4466AD

Black with #4466AD

Text Example


Text Example

White with #4466AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4466AD; }

 p { color: rgb(68,102,173); }

 H1.HeaderClassName
 {
   color: #4466AD;
 }
 .AnyTagClassName
 {
   color: #4466AD;
 }
</style>

background-color css

<style>
 a { background-color: #4466AD; }

 a { background-color: rgb(68,102,173); }

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

border-color css

<style>
 span { border-color: #4466AD; }

 span { border-color: rgb(68,102,173); }

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