Html Css Color HEX #4969B4 Mariner

📋 copy color: '#4969B4'

red 73 ◦ green 105 ◦ blue 180

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

Shades of Mariner #4969B4

Tints of Mariner #4969B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 20.39%
G = 29.33%
B = 50.28%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4969B4 (or 0x4969B4) is known color: Mariner. HEX triplet: 49, 69 and B4. RGB value is (73,105,180). Sum of RGB (Red+Green+Blue) = 73+105+180=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #4969B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969B4 is #B6964B. Grayscale: #676767. Windows color (decimal): -11966028 or 11823433. OLE color: 11823433.

HSL color Cylindrical-coordinate representation of color #4969B4: hue angle of 222.06º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4969B4 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 105 180 -
CMYK 0.59 0.42 0 0.29
HSL 222.06º 0.42% 0.5% -
HSV(B) 222.06º 0.59% 0.71% -
XYZ 16.04 14.81 45.19 -
YUV 103.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 73 105 180 0.59 0.42 0 0.29 222.06 0.42 0.5
Hex 49 69 B4 3B 2A 0 1D DE 2A 32
Octal 111 151 264 73 52 0 35 336 52 62
Binary 1001001 1101001 10110100 111011 101010 0 11101 11011110 101010 110010

Color Harmonies of #4969B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4969B4

Black with #4969B4

Text Example


Text Example

White with #4969B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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