Html Css Color HEX #476277 Bismark

📋 copy color: '#476277'

red 71 ◦ green 98 ◦ blue 119

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

Shades of Bismark #476277

Tints of Bismark #476277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 24.65%
G = 34.03%
B = 41.32%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476277 (or 0x476277) is known color: Bismark. HEX triplet: 47, 62 and 77. RGB value is (71,98,119). Sum of RGB (Red+Green+Blue) = 71+98+119=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #476277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476277 is #B89D88. Grayscale: #5C5C5C. Windows color (decimal): -12098953 or 7823943. OLE color: 7823943.

HSL color Cylindrical-coordinate representation of color #476277: hue angle of 206.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476277 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 98 119 -
CMYK 0.40 0.18 0 0.53
HSL 206.25º 0.25% 0.37% -
HSV(B) 206.25º 0.4% 0.47% -
XYZ 10.3 11.41 19.11 -
YUV 92.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 71 98 119 0.40 0.18 0 0.53 206.25 0.25 0.37
Hex 47 62 77 28 12 0 35 CE 19 25
Octal 107 142 167 50 22 0 65 316 31 45
Binary 1000111 1100010 1110111 101000 10010 0 110101 11001110 11001 100101

Color Harmonies of #476277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476277

Black with #476277

Text Example


Text Example

White with #476277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476277; }

 p { color: rgb(71,98,119); }

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

background-color css

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

 a { background-color: rgb(71,98,119); }

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

border-color css

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

 span { border-color: rgb(71,98,119); }

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