Html Css Color HEX #475F9C Mariner

📋 copy color: '#475F9C'

red 71 ◦ green 95 ◦ blue 156

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

Shades of Mariner #475F9C

Tints of Mariner #475F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 22.05%
G = 29.5%
B = 48.45%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#475F9C (or 0x475F9C) is known color: Mariner. HEX triplet: 47, 5F and 9C. RGB value is (71,95,156). Sum of RGB (Red+Green+Blue) = 71+95+156=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #475F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F9C is #B8A063. Grayscale: #5E5E5E. Windows color (decimal): -12099684 or 10248007. OLE color: 10248007.

HSL color Cylindrical-coordinate representation of color #475F9C: hue angle of 223.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475F9C is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 95 156 -
CMYK 0.54 0.39 0 0.39
HSL 223.06º 0.37% 0.45% -
HSV(B) 223.06º 0.54% 0.61% -
XYZ 12.69 11.92 33.09 -
YUV 94.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 71 95 156 0.54 0.39 0 0.39 223.06 0.37 0.45
Hex 47 5F 9C 36 27 0 27 DF 25 2D
Octal 107 137 234 66 47 0 47 337 45 55
Binary 1000111 1011111 10011100 110110 100111 0 100111 11011111 100101 101101

Color Harmonies of #475F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F9C

Black with #475F9C

Text Example


Text Example

White with #475F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,95,156); }

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

background-color css

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

 a { background-color: rgb(71,95,156); }

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

border-color css

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

 span { border-color: rgb(71,95,156); }

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