Html Css Color HEX #4969B0 Mariner

📋 copy color: '#4969B0'

red 73 ◦ green 105 ◦ blue 176

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

Shades of Mariner #4969B0

Tints of Mariner #4969B0

RGB

 RED value IS 73 (28.91% from 255) = 20.62%

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

 BLUE value IS 176 (69.14% from 255) = 49.72%

R = 20.62%
G = 29.66%
B = 49.72%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4969B0 (or 0x4969B0) is known color: Mariner. HEX triplet: 49, 69 and B0. RGB value is (73,105,176). Sum of RGB (Red+Green+Blue) = 73+105+176=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #4969B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4969B0 is #B6964F. Grayscale: #676767. Windows color (decimal): -11966032 or 11561289. OLE color: 11561289.

HSL color Cylindrical-coordinate representation of color #4969B0: hue angle of 221.36º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4969B0 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 105 176 -
CMYK 0.59 0.40 0 0.31
HSL 221.36º 0.41% 0.49% -
HSV(B) 221.36º 0.59% 0.69% -
XYZ 15.64 14.65 43.08 -
YUV 103.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 73 105 176 0.59 0.40 0 0.31 221.36 0.41 0.49
Hex 49 69 B0 3B 28 0 1F DD 29 31
Octal 111 151 260 73 50 0 37 335 51 61
Binary 1001001 1101001 10110000 111011 101000 0 11111 11011101 101001 110001

Color Harmonies of #4969B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4969B0

Black with #4969B0

Text Example


Text Example

White with #4969B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4969B0; }

 p { color: rgb(73,105,176); }

 H1.HeaderClassName
 {
   color: #4969B0;
 }
 .AnyTagClassName
 {
   color: #4969B0;
 }
</style>

background-color css

<style>
 a { background-color: #4969B0; }

 a { background-color: rgb(73,105,176); }

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

border-color css

<style>
 span { border-color: #4969B0; }

 span { border-color: rgb(73,105,176); }

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