Html Css Color HEX #4464AB Mariner

📋 copy color: '#4464AB'

red 68 ◦ green 100 ◦ blue 171

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

Shades of Mariner #4464AB

Tints of Mariner #4464AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 20.06%
G = 29.5%
B = 50.44%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4464AB (or 0x4464AB) is known color: Mariner. HEX triplet: 44, 64 and AB. RGB value is (68,100,171). Sum of RGB (Red+Green+Blue) = 68+100+171=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4464AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4464AB is #BB9B54. Grayscale: #626262. Windows color (decimal): -12294997 or 11232324. OLE color: 11232324.

HSL color Cylindrical-coordinate representation of color #4464AB: hue angle of 221.36º 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 #4464AB is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 100 171 -
CMYK 0.60 0.42 0 0.33
HSL 221.36º 0.43% 0.47% -
HSV(B) 221.36º 0.6% 0.67% -
XYZ 14.29 13.28 40.34 -
YUV 98.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 68 100 171 0.60 0.42 0 0.33 221.36 0.43 0.47
Hex 44 64 AB 3C 2A 0 21 DD 2B 2F
Octal 104 144 253 74 52 0 41 335 53 57
Binary 1000100 1100100 10101011 111100 101010 0 100001 11011101 101011 101111

Color Harmonies of #4464AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464AB

Black with #4464AB

Text Example


Text Example

White with #4464AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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