Html Css Color HEX #4669A1 Mariner

📋 copy color: '#4669A1'

red 70 ◦ green 105 ◦ blue 161

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

Shades of Mariner #4669A1

Tints of Mariner #4669A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.92%

R = 20.83%
G = 31.25%
B = 47.92%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4669A1 (or 0x4669A1) is known color: Mariner. HEX triplet: 46, 69 and A1. RGB value is (70,105,161). Sum of RGB (Red+Green+Blue) = 70+105+161=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #4669A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4669A1 is #B9965E. Grayscale: #646464. Windows color (decimal): -12162655 or 10578246. OLE color: 10578246.

HSL color Cylindrical-coordinate representation of color #4669A1: hue angle of 216.92º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4669A1 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 105 161 -
CMYK 0.57 0.35 0 0.37
HSL 216.92º 0.39% 0.45% -
HSV(B) 216.92º 0.57% 0.63% -
XYZ 14.01 13.98 35.68 -
YUV 100.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 70 105 161 0.57 0.35 0 0.37 216.92 0.39 0.45
Hex 46 69 A1 39 23 0 25 D9 27 2D
Octal 106 151 241 71 43 0 45 331 47 55
Binary 1000110 1101001 10100001 111001 100011 0 100101 11011001 100111 101101

Color Harmonies of #4669A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4669A1

Black with #4669A1

Text Example


Text Example

White with #4669A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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