Html Css Color HEX #4469AC Mariner

📋 copy color: '#4469AC'

red 68 ◦ green 105 ◦ blue 172

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

Shades of Mariner #4469AC

Tints of Mariner #4469AC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 19.71%
G = 30.43%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4469AC (or 0x4469AC) is known color: Mariner. HEX triplet: 44, 69 and AC. RGB value is (68,105,172). Sum of RGB (Red+Green+Blue) = 68+105+172=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4469AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4469AC is #BB9653. Grayscale: #656565. Windows color (decimal): -12293716 or 11299140. OLE color: 11299140.

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

Color convert

RGB 68 105 172 -
CMYK 0.60 0.39 0 0.33
HSL 218.65º 0.43% 0.47% -
HSV(B) 218.65º 0.6% 0.67% -
XYZ 14.88 14.31 41.01 -
YUV 101.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 68 105 172 0.60 0.39 0 0.33 218.65 0.43 0.47
Hex 44 69 AC 3C 27 0 21 DB 2B 2F
Octal 104 151 254 74 47 0 41 333 53 57
Binary 1000100 1101001 10101100 111100 100111 0 100001 11011011 101011 101111

Color Harmonies of #4469AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469AC

Black with #4469AC

Text Example


Text Example

White with #4469AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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