Html Css Color HEX #4663B4 Mariner

📋 copy color: '#4663B4'

red 70 ◦ green 99 ◦ blue 180

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

Shades of Mariner #4663B4

Tints of Mariner #4663B4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 20.06%
G = 28.37%
B = 51.58%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4663B4 (or 0x4663B4) is known color: Mariner. HEX triplet: 46, 63 and B4. RGB value is (70,99,180). Sum of RGB (Red+Green+Blue) = 70+99+180=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #4663B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663B4 is #B99C4B. Grayscale: #636363. Windows color (decimal): -12164172 or 11821894. OLE color: 11821894.

HSL color Cylindrical-coordinate representation of color #4663B4: hue angle of 224.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4663B4 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 99 180 -
CMYK 0.61 0.45 0 0.29
HSL 224.18º 0.44% 0.49% -
HSV(B) 224.18º 0.61% 0.71% -
XYZ 15.23 13.52 44.99 -
YUV 99.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 70 99 180 0.61 0.45 0 0.29 224.18 0.44 0.49
Hex 46 63 B4 3D 2D 0 1D E0 2C 31
Octal 106 143 264 75 55 0 35 340 54 61
Binary 1000110 1100011 10110100 111101 101101 0 11101 11100000 101100 110001

Color Harmonies of #4663B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4663B4

Black with #4663B4

Text Example


Text Example

White with #4663B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,99,180); }

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

background-color css

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

 a { background-color: rgb(70,99,180); }

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

border-color css

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

 span { border-color: rgb(70,99,180); }

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