Html Css Color HEX #4466AB Mariner

📋 copy color: '#4466AB'

red 68 ◦ green 102 ◦ blue 171

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

Shades of Mariner #4466AB

Tints of Mariner #4466AB

RGB

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

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

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

R = 19.94%
G = 29.91%
B = 50.15%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4466AB (or 0x4466AB) is known color: Mariner. HEX triplet: 44, 66 and AB. RGB value is (68,102,171). Sum of RGB (Red+Green+Blue) = 68+102+171=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 102 (40.23% from 255 or 29.91% 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 #4466AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4466AB is #BB9954. Grayscale: #636363. Windows color (decimal): -12294485 or 11232836. OLE color: 11232836.

HSL color Cylindrical-coordinate representation of color #4466AB: hue angle of 220.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4466AB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 102 171 -
CMYK 0.60 0.40 0 0.33
HSL 220.19º 0.43% 0.47% -
HSV(B) 220.19º 0.6% 0.67% -
XYZ 14.49 13.67 40.4 -
YUV 99.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 68 102 171 0.60 0.40 0 0.33 220.19 0.43 0.47
Hex 44 66 AB 3C 28 0 21 DC 2B 2F
Octal 104 146 253 74 50 0 41 334 53 57
Binary 1000100 1100110 10101011 111100 101000 0 100001 11011100 101011 101111

Color Harmonies of #4466AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4466AB

Black with #4466AB

Text Example


Text Example

White with #4466AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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