Html Css Color HEX #475EAC Mariner

📋 copy color: '#475EAC'

red 71 ◦ green 94 ◦ blue 172

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

Shades of Mariner #475EAC

Tints of Mariner #475EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 21.07%
G = 27.89%
B = 51.04%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#475EAC (or 0x475EAC) is known color: Mariner. HEX triplet: 47, 5E and AC. RGB value is (71,94,172). Sum of RGB (Red+Green+Blue) = 71+94+172=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #475EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475EAC is #B8A153. Grayscale: #5F5F5F. Windows color (decimal): -12099924 or 11296327. OLE color: 11296327.

HSL color Cylindrical-coordinate representation of color #475EAC: hue angle of 226.34º 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 #475EAC is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 94 172 -
CMYK 0.59 0.45 0 0.33
HSL 226.34º 0.42% 0.48% -
HSV(B) 226.34º 0.59% 0.67% -
XYZ 14.05 12.32 40.67 -
YUV 96.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 71 94 172 0.59 0.45 0 0.33 226.34 0.42 0.48
Hex 47 5E AC 3B 2D 0 21 E2 2A 30
Octal 107 136 254 73 55 0 41 342 52 60
Binary 1000111 1011110 10101100 111011 101101 0 100001 11100010 101010 110000

Color Harmonies of #475EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475EAC

Black with #475EAC

Text Example


Text Example

White with #475EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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