Html Css Color HEX #4669AE Mariner

📋 copy color: '#4669AE'

red 70 ◦ green 105 ◦ blue 174

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

Shades of Mariner #4669AE

Tints of Mariner #4669AE

RGB

 RED value IS 70 (27.73% from 255) = 20.06%

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

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

R = 20.06%
G = 30.09%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4669AE (or 0x4669AE) is known color: Mariner. HEX triplet: 46, 69 and AE. RGB value is (70,105,174). Sum of RGB (Red+Green+Blue) = 70+105+174=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #4669AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4669AE is #B99651. Grayscale: #666666. Windows color (decimal): -12162642 or 11430214. OLE color: 11430214.

HSL color Cylindrical-coordinate representation of color #4669AE: hue angle of 219.81º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4669AE is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 105 174 -
CMYK 0.60 0.40 0 0.32
HSL 219.81º 0.43% 0.48% -
HSV(B) 219.81º 0.6% 0.68% -
XYZ 15.22 14.46 42.03 -
YUV 102.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 70 105 174 0.60 0.40 0 0.32 219.81 0.43 0.48
Hex 46 69 AE 3C 28 0 20 DC 2B 30
Octal 106 151 256 74 50 0 40 334 53 60
Binary 1000110 1101001 10101110 111100 101000 0 100000 11011100 101011 110000

Color Harmonies of #4669AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4669AE

Black with #4669AE

Text Example


Text Example

White with #4669AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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