Html Css Color HEX #4669AB Mariner

📋 copy color: '#4669AB'

red 70 ◦ green 105 ◦ blue 171

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

Shades of Mariner #4669AB

Tints of Mariner #4669AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 20.23%
G = 30.35%
B = 49.42%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4669AB (or 0x4669AB) is known color: Mariner. HEX triplet: 46, 69 and AB. RGB value is (70,105,171). Sum of RGB (Red+Green+Blue) = 70+105+171=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #4669AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4669AB is #B99654. Grayscale: #656565. Windows color (decimal): -12162645 or 11233606. OLE color: 11233606.

HSL color Cylindrical-coordinate representation of color #4669AB: hue angle of 219.21º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4669AB is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 105 171 -
CMYK 0.59 0.39 0 0.33
HSL 219.21º 0.42% 0.47% -
HSV(B) 219.21º 0.59% 0.67% -
XYZ 14.93 14.35 40.51 -
YUV 102.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 70 105 171 0.59 0.39 0 0.33 219.21 0.42 0.47
Hex 46 69 AB 3B 27 0 21 DB 2A 2F
Octal 106 151 253 73 47 0 41 333 52 57
Binary 1000110 1101001 10101011 111011 100111 0 100001 11011011 101010 101111

Color Harmonies of #4669AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4669AB

Black with #4669AB

Text Example


Text Example

White with #4669AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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