Html Css Color HEX #4967B6 Mariner

📋 copy color: '#4967B6'

red 73 ◦ green 103 ◦ blue 182

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

Shades of Mariner #4967B6

Tints of Mariner #4967B6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 20.39%
G = 28.77%
B = 50.84%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4967B6 (or 0x4967B6) is known color: Mariner. HEX triplet: 49, 67 and B6. RGB value is (73,103,182). Sum of RGB (Red+Green+Blue) = 73+103+182=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #4967B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4967B6 is #B69849. Grayscale: #666666. Windows color (decimal): -11966538 or 11953993. OLE color: 11953993.

HSL color Cylindrical-coordinate representation of color #4967B6: hue angle of 223.49º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4967B6 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 103 182 -
CMYK 0.60 0.43 0 0.29
HSL 223.49º 0.43% 0.5% -
HSV(B) 223.49º 0.6% 0.71% -
XYZ 16.04 14.49 46.21 -
YUV 103.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 73 103 182 0.60 0.43 0 0.29 223.49 0.43 0.5
Hex 49 67 B6 3C 2B 0 1D DF 2B 32
Octal 111 147 266 74 53 0 35 337 53 62
Binary 1001001 1100111 10110110 111100 101011 0 11101 11011111 101011 110010

Color Harmonies of #4967B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4967B6

Black with #4967B6

Text Example


Text Example

White with #4967B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4967B6; }

 p { color: rgb(73,103,182); }

 H1.HeaderClassName
 {
   color: #4967B6;
 }
 .AnyTagClassName
 {
   color: #4967B6;
 }
</style>

background-color css

<style>
 a { background-color: #4967B6; }

 a { background-color: rgb(73,103,182); }

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

border-color css

<style>
 span { border-color: #4967B6; }

 span { border-color: rgb(73,103,182); }

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