Html Css Color HEX #4469AE Mariner

📋 copy color: '#4469AE'

red 68 ◦ green 105 ◦ blue 174

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

Shades of Mariner #4469AE

Tints of Mariner #4469AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 19.6%
G = 30.26%
B = 50.14%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4469AE (or 0x4469AE) is known color: Mariner. HEX triplet: 44, 69 and AE. RGB value is (68,105,174). Sum of RGB (Red+Green+Blue) = 68+105+174=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4469AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4469AE is #BB9651. Grayscale: #656565. Windows color (decimal): -12293714 or 11430212. OLE color: 11430212.

HSL color Cylindrical-coordinate representation of color #4469AE: hue angle of 219.06º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4469AE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 105 174 -
CMYK 0.61 0.40 0 0.32
HSL 219.06º 0.44% 0.47% -
HSV(B) 219.06º 0.61% 0.68% -
XYZ 15.08 14.39 42.03 -
YUV 101.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 68 105 174 0.61 0.40 0 0.32 219.06 0.44 0.47
Hex 44 69 AE 3D 28 0 20 DB 2C 2F
Octal 104 151 256 75 50 0 40 333 54 57
Binary 1000100 1101001 10101110 111101 101000 0 100000 11011011 101100 101111

Color Harmonies of #4469AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469AE

Black with #4469AE

Text Example


Text Example

White with #4469AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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