Html Css Color HEX #476378 Bismark

📋 copy color: '#476378'

red 71 ◦ green 99 ◦ blue 120

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

Shades of Bismark #476378

Tints of Bismark #476378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 24.48%
G = 34.14%
B = 41.38%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476378 (or 0x476378) is known color: Bismark. HEX triplet: 47, 63 and 78. RGB value is (71,99,120). Sum of RGB (Red+Green+Blue) = 71+99+120=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #476378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476378 is #B89C87. Grayscale: #5C5C5C. Windows color (decimal): -12098696 or 7889735. OLE color: 7889735.

HSL color Cylindrical-coordinate representation of color #476378: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476378 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 99 120 -
CMYK 0.41 0.17 0 0.53
HSL 205.71º 0.26% 0.37% -
HSV(B) 205.71º 0.41% 0.47% -
XYZ 10.45 11.62 19.46 -
YUV 93.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 71 99 120 0.41 0.17 0 0.53 205.71 0.26 0.37
Hex 47 63 78 29 11 0 35 CE 1A 25
Octal 107 143 170 51 21 0 65 316 32 45
Binary 1000111 1100011 1111000 101001 10001 0 110101 11001110 11010 100101

Color Harmonies of #476378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476378

Black with #476378

Text Example


Text Example

White with #476378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476378; }

 p { color: rgb(71,99,120); }

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

background-color css

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

 a { background-color: rgb(71,99,120); }

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

border-color css

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

 span { border-color: rgb(71,99,120); }

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