Html Css Color HEX #4464AA Mariner

📋 copy color: '#4464AA'

red 68 ◦ green 100 ◦ blue 170

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

Shades of Mariner #4464AA

Tints of Mariner #4464AA

RGB

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

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

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

R = 20.12%
G = 29.59%
B = 50.3%

CMYK

 C value IS 0.6

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4464AA (or 0x4464AA) is known color: Mariner. HEX triplet: 44, 64 and AA. RGB value is (68,100,170). Sum of RGB (Red+Green+Blue) = 68+100+170=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #4464AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4464AA is #BB9B55. Grayscale: #626262. Windows color (decimal): -12294998 or 11166788. OLE color: 11166788.

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

Color convert

RGB 68 100 170 -
CMYK 0.6 0.41 0 0.33
HSL 221.18º 0.43% 0.47% -
HSV(B) 221.18º 0.6% 0.67% -
XYZ 14.2 13.25 39.84 -
YUV 98.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 68 100 170 0.6 0.41 0 0.33 221.18 0.43 0.47
Hex 44 64 AA 3C 29 0 21 DD 2B 2F
Octal 104 144 252 74 51 0 41 335 53 57
Binary 1000100 1100100 10101010 111100 101001 0 100001 11011101 101011 101111

Color Harmonies of #4464AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464AA

Black with #4464AA

Text Example


Text Example

White with #4464AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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