Html Css Color HEX #4A6271 Bismark

📋 copy color: '#4A6271'

red 74 ◦ green 98 ◦ blue 113

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

Shades of Bismark #4A6271

Tints of Bismark #4A6271

RGB

 RED value IS 74 (29.3% from 255) = 25.96%

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

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 25.96%
G = 34.39%
B = 39.65%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A6271 (or 0x4A6271) is known color: Bismark. HEX triplet: 4A, 62 and 71. RGB value is (74,98,113). Sum of RGB (Red+Green+Blue) = 74+98+113=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6271 is #B59D8E. Grayscale: #5C5C5C. Windows color (decimal): -11902351 or 7430730. OLE color: 7430730.

HSL color Cylindrical-coordinate representation of color #4A6271: hue angle of 203.08º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A6271 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 98 113 -
CMYK 0.35 0.13 0 0.56
HSL 203.08º 0.21% 0.37% -
HSV(B) 203.08º 0.35% 0.44% -
XYZ 10.17 11.38 17.28 -
YUV 92.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 74 98 113 0.35 0.13 0 0.56 203.08 0.21 0.37
Hex 4A 62 71 23 D 0 38 CB 15 25
Octal 112 142 161 43 15 0 70 313 25 45
Binary 1001010 1100010 1110001 100011 1101 0 111000 11001011 10101 100101

Color Harmonies of #4A6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6271

Black with #4A6271

Text Example


Text Example

White with #4A6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6271; }

 p { color: rgb(74,98,113); }

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

background-color css

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

 a { background-color: rgb(74,98,113); }

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

border-color css

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

 span { border-color: rgb(74,98,113); }

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