Html Css Color HEX #4A6E7D Bismark

📋 copy color: '#4A6E7D'

red 74 ◦ green 110 ◦ blue 125

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

Shades of Bismark #4A6E7D

Tints of Bismark #4A6E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 23.95%
G = 35.6%
B = 40.45%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A6E7D (or 0x4A6E7D) is known color: Bismark. HEX triplet: 4A, 6E and 7D. RGB value is (74,110,125). Sum of RGB (Red+Green+Blue) = 74+110+125=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A6E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6E7D is #B59182. Grayscale: #646464. Windows color (decimal): -11899267 or 8220234. OLE color: 8220234.

HSL color Cylindrical-coordinate representation of color #4A6E7D: hue angle of 197.65º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A6E7D is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 110 125 -
CMYK 0.41 0.12 0 0.51
HSL 197.65º 0.26% 0.39% -
HSV(B) 197.65º 0.41% 0.49% -
XYZ 12.1 14.09 21.48 -
YUV 100.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 74 110 125 0.41 0.12 0 0.51 197.65 0.26 0.39
Hex 4A 6E 7D 29 C 0 33 C6 1A 27
Octal 112 156 175 51 14 0 63 306 32 47
Binary 1001010 1101110 1111101 101001 1100 0 110011 11000110 11010 100111

Color Harmonies of #4A6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6E7D

Black with #4A6E7D

Text Example


Text Example

White with #4A6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,110,125); }

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

background-color css

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

 a { background-color: rgb(74,110,125); }

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

border-color css

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

 span { border-color: rgb(74,110,125); }

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