Html Css Color HEX #4A7185 Bismark

📋 copy color: '#4A7185'

red 74 ◦ green 113 ◦ blue 133

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

Shades of Bismark #4A7185

Tints of Bismark #4A7185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 23.13%
G = 35.31%
B = 41.56%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A7185 (or 0x4A7185) is known color: Bismark. HEX triplet: 4A, 71 and 85. RGB value is (74,113,133). Sum of RGB (Red+Green+Blue) = 74+113+133=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A7185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7185 is #B58E7A. Grayscale: #676767. Windows color (decimal): -11898491 or 8745290. OLE color: 8745290.

HSL color Cylindrical-coordinate representation of color #4A7185: hue angle of 200.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7185 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 113 133 -
CMYK 0.44 0.15 0 0.48
HSL 200.34º 0.29% 0.41% -
HSV(B) 200.34º 0.44% 0.52% -
XYZ 12.96 14.96 24.39 -
YUV 103.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 74 113 133 0.44 0.15 0 0.48 200.34 0.29 0.41
Hex 4A 71 85 2C F 0 30 C8 1D 29
Octal 112 161 205 54 17 0 60 310 35 51
Binary 1001010 1110001 10000101 101100 1111 0 110000 11001000 11101 101001

Color Harmonies of #4A7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7185

Black with #4A7185

Text Example


Text Example

White with #4A7185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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