Html Css Color HEX #4866A2 Mariner

📋 copy color: '#4866A2'

red 72 ◦ green 102 ◦ blue 162

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

Shades of Mariner #4866A2

Tints of Mariner #4866A2

RGB

 RED value IS 72 (28.52% from 255) = 21.43%

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 162 (63.67% from 255) = 48.21%

R = 21.43%
G = 30.36%
B = 48.21%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4866A2 (or 0x4866A2) is known color: Mariner. HEX triplet: 48, 66 and A2. RGB value is (72,102,162). Sum of RGB (Red+Green+Blue) = 72+102+162=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #4866A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4866A2 is #B7995D. Grayscale: #636363. Windows color (decimal): -12032350 or 10643016. OLE color: 10643016.

HSL color Cylindrical-coordinate representation of color #4866A2: hue angle of 220º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4866A2 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 102 162 -
CMYK 0.56 0.37 0 0.36
HSL 220º 0.38% 0.46% -
HSV(B) 220º 0.56% 0.64% -
XYZ 13.95 13.49 36.05 -
YUV 99.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 72 102 162 0.56 0.37 0 0.36 220 0.38 0.46
Hex 48 66 A2 38 25 0 24 DC 26 2E
Octal 110 146 242 70 45 0 44 334 46 56
Binary 1001000 1100110 10100010 111000 100101 0 100100 11011100 100110 101110

Color Harmonies of #4866A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4866A2

Black with #4866A2

Text Example


Text Example

White with #4866A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4866A2; }

 p { color: rgb(72,102,162); }

 H1.HeaderClassName
 {
   color: #4866A2;
 }
 .AnyTagClassName
 {
   color: #4866A2;
 }
</style>

background-color css

<style>
 a { background-color: #4866A2; }

 a { background-color: rgb(72,102,162); }

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

border-color css

<style>
 span { border-color: #4866A2; }

 span { border-color: rgb(72,102,162); }

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