Html Css Color HEX #475DB0 Mariner

📋 copy color: '#475DB0'

red 71 ◦ green 93 ◦ blue 176

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

Shades of Mariner #475DB0

Tints of Mariner #475DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 176 (69.14% from 255) = 51.76%

R = 20.88%
G = 27.35%
B = 51.76%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#475DB0 (or 0x475DB0) is known color: Mariner. HEX triplet: 47, 5D and B0. RGB value is (71,93,176). Sum of RGB (Red+Green+Blue) = 71+93+176=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #475DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DB0 is #B8A24F. Grayscale: #5F5F5F. Windows color (decimal): -12100176 or 11558215. OLE color: 11558215.

HSL color Cylindrical-coordinate representation of color #475DB0: hue angle of 227.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475DB0 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 93 176 -
CMYK 0.60 0.47 0 0.31
HSL 227.43º 0.43% 0.48% -
HSV(B) 227.43º 0.6% 0.69% -
XYZ 14.35 12.3 42.69 -
YUV 95.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 71 93 176 0.60 0.47 0 0.31 227.43 0.43 0.48
Hex 47 5D B0 3C 2F 0 1F E3 2B 30
Octal 107 135 260 74 57 0 37 343 53 60
Binary 1000111 1011101 10110000 111100 101111 0 11111 11100011 101011 110000

Color Harmonies of #475DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DB0

Black with #475DB0

Text Example


Text Example

White with #475DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475DB0; }

 p { color: rgb(71,93,176); }

 H1.HeaderClassName
 {
   color: #475DB0;
 }
 .AnyTagClassName
 {
   color: #475DB0;
 }
</style>

background-color css

<style>
 a { background-color: #475DB0; }

 a { background-color: rgb(71,93,176); }

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

border-color css

<style>
 span { border-color: #475DB0; }

 span { border-color: rgb(71,93,176); }

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