Html Css Color HEX #475DAC Mariner

📋 copy color: '#475DAC'

red 71 ◦ green 93 ◦ blue 172

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

Shades of Mariner #475DAC

Tints of Mariner #475DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 21.13%
G = 27.68%
B = 51.19%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#475DAC (or 0x475DAC) is known color: Mariner. HEX triplet: 47, 5D and AC. RGB value is (71,93,172). Sum of RGB (Red+Green+Blue) = 71+93+172=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #475DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DAC is #B8A253. Grayscale: #5F5F5F. Windows color (decimal): -12100180 or 11296071. OLE color: 11296071.

HSL color Cylindrical-coordinate representation of color #475DAC: hue angle of 226.93º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475DAC is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 93 172 -
CMYK 0.59 0.46 0 0.33
HSL 226.93º 0.42% 0.48% -
HSV(B) 226.93º 0.59% 0.67% -
XYZ 13.96 12.15 40.64 -
YUV 95.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 71 93 172 0.59 0.46 0 0.33 226.93 0.42 0.48
Hex 47 5D AC 3B 2E 0 21 E3 2A 30
Octal 107 135 254 73 56 0 41 343 52 60
Binary 1000111 1011101 10101100 111011 101110 0 100001 11100011 101010 110000

Color Harmonies of #475DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DAC

Black with #475DAC

Text Example


Text Example

White with #475DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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