Html Css Color HEX #476DB5 Mariner

📋 copy color: '#476DB5'

red 71 ◦ green 109 ◦ blue 181

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

Shades of Mariner #476DB5

Tints of Mariner #476DB5

RGB

 RED value IS 71 (28.13% from 255) = 19.67%

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 181 (71.09% from 255) = 50.14%

R = 19.67%
G = 30.19%
B = 50.14%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#476DB5 (or 0x476DB5) is known color: Mariner. HEX triplet: 47, 6D and B5. RGB value is (71,109,181). Sum of RGB (Red+Green+Blue) = 71+109+181=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #476DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DB5 is #B8924A. Grayscale: #696969. Windows color (decimal): -12096075 or 11889991. OLE color: 11889991.

HSL color Cylindrical-coordinate representation of color #476DB5: hue angle of 219.27º 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 #476DB5 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 109 181 -
CMYK 0.61 0.40 0 0.29
HSL 219.27º 0.44% 0.49% -
HSV(B) 219.27º 0.61% 0.71% -
XYZ 16.41 15.61 45.86 -
YUV 105.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 71 109 181 0.61 0.40 0 0.29 219.27 0.44 0.49
Hex 47 6D B5 3D 28 0 1D DB 2C 31
Octal 107 155 265 75 50 0 35 333 54 61
Binary 1000111 1101101 10110101 111101 101000 0 11101 11011011 101100 110001

Color Harmonies of #476DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DB5

Black with #476DB5

Text Example


Text Example

White with #476DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476DB5; }

 p { color: rgb(71,109,181); }

 H1.HeaderClassName
 {
   color: #476DB5;
 }
 .AnyTagClassName
 {
   color: #476DB5;
 }
</style>

background-color css

<style>
 a { background-color: #476DB5; }

 a { background-color: rgb(71,109,181); }

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

border-color css

<style>
 span { border-color: #476DB5; }

 span { border-color: rgb(71,109,181); }

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