Html Css Color HEX #476678 Bismark

📋 copy color: '#476678'

red 71 ◦ green 102 ◦ blue 120

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

Shades of Bismark #476678

Tints of Bismark #476678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

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

R = 24.23%
G = 34.81%
B = 40.96%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476678 (or 0x476678) is known color: Bismark. HEX triplet: 47, 66 and 78. RGB value is (71,102,120). Sum of RGB (Red+Green+Blue) = 71+102+120=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #476678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476678 is #B89987. Grayscale: #5E5E5E. Windows color (decimal): -12097928 or 7890503. OLE color: 7890503.

HSL color Cylindrical-coordinate representation of color #476678: hue angle of 202.04º 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 #476678 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 102 120 -
CMYK 0.41 0.15 0 0.53
HSL 202.04º 0.26% 0.37% -
HSV(B) 202.04º 0.41% 0.47% -
XYZ 10.74 12.2 19.56 -
YUV 94.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 71 102 120 0.41 0.15 0 0.53 202.04 0.26 0.37
Hex 47 66 78 29 F 0 35 CA 1A 25
Octal 107 146 170 51 17 0 65 312 32 45
Binary 1000111 1100110 1111000 101001 1111 0 110101 11001010 11010 100101

Color Harmonies of #476678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476678

Black with #476678

Text Example


Text Example

White with #476678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476678; }

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

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

background-color css

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

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

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

border-color css

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

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

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