Html Css Color HEX #4464AC Mariner

📋 copy color: '#4464AC'

red 68 ◦ green 100 ◦ blue 172

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

Shades of Mariner #4464AC

Tints of Mariner #4464AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 20%
G = 29.41%
B = 50.59%

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

#4464AC (or 0x4464AC) is known color: Mariner. HEX triplet: 44, 64 and AC. RGB value is (68,100,172). Sum of RGB (Red+Green+Blue) = 68+100+172=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4464AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4464AC is #BB9B53. Grayscale: #626262. Windows color (decimal): -12294996 or 11297860. OLE color: 11297860.

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

Color convert

RGB 68 100 172 -
CMYK 0.60 0.42 0 0.33
HSL 221.54º 0.43% 0.47% -
HSV(B) 221.54º 0.6% 0.67% -
XYZ 14.39 13.32 40.84 -
YUV 98.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 68 100 172 0.60 0.42 0 0.33 221.54 0.43 0.47
Hex 44 64 AC 3C 2A 0 21 DE 2B 2F
Octal 104 144 254 74 52 0 41 336 53 57
Binary 1000100 1100100 10101100 111100 101010 0 100001 11011110 101011 101111

Color Harmonies of #4464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464AC

Black with #4464AC

Text Example


Text Example

White with #4464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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