Html Css Color HEX #4669A5 Mariner

📋 copy color: '#4669A5'

red 70 ◦ green 105 ◦ blue 165

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

Shades of Mariner #4669A5

Tints of Mariner #4669A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.53%

R = 20.59%
G = 30.88%
B = 48.53%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4669A5 (or 0x4669A5) is known color: Mariner. HEX triplet: 46, 69 and A5. RGB value is (70,105,165). Sum of RGB (Red+Green+Blue) = 70+105+165=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #4669A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4669A5 is #B9965A. Grayscale: #656565. Windows color (decimal): -12162651 or 10840390. OLE color: 10840390.

HSL color Cylindrical-coordinate representation of color #4669A5: hue angle of 217.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4669A5 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 105 165 -
CMYK 0.58 0.36 0 0.35
HSL 217.89º 0.4% 0.46% -
HSV(B) 217.89º 0.58% 0.65% -
XYZ 14.37 14.12 37.57 -
YUV 101.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 70 105 165 0.58 0.36 0 0.35 217.89 0.4 0.46
Hex 46 69 A5 3A 24 0 23 DA 28 2E
Octal 106 151 245 72 44 0 43 332 50 56
Binary 1000110 1101001 10100101 111010 100100 0 100011 11011010 101000 101110

Color Harmonies of #4669A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4669A5

Black with #4669A5

Text Example


Text Example

White with #4669A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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