Html Css Color HEX #476775 Bismark

📋 copy color: '#476775'

red 71 ◦ green 103 ◦ blue 117

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

Shades of Bismark #476775

Tints of Bismark #476775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 24.4%
G = 35.4%
B = 40.21%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476775 (or 0x476775) is known color: Bismark. HEX triplet: 47, 67 and 75. RGB value is (71,103,117). Sum of RGB (Red+Green+Blue) = 71+103+117=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #476775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476775 is #B8988A. Grayscale: #5E5E5E. Windows color (decimal): -12097675 or 7694151. OLE color: 7694151.

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

Color convert

RGB 71 103 117 -
CMYK 0.39 0.12 0 0.54
HSL 198.26º 0.24% 0.37% -
HSV(B) 198.26º 0.39% 0.46% -
XYZ 10.66 12.32 18.65 -
YUV 95.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 71 103 117 0.39 0.12 0 0.54 198.26 0.24 0.37
Hex 47 67 75 27 C 0 36 C6 18 25
Octal 107 147 165 47 14 0 66 306 30 45
Binary 1000111 1100111 1110101 100111 1100 0 110110 11000110 11000 100101

Color Harmonies of #476775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476775

Black with #476775

Text Example


Text Example

White with #476775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476775; }

 p { color: rgb(71,103,117); }

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

background-color css

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

 a { background-color: rgb(71,103,117); }

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

border-color css

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

 span { border-color: rgb(71,103,117); }

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