#4A727A

Color #4A727A Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #4A727A

Tints of Bismark #4A727A

Color information

#4A727A (or 0x4A727A) is unknown color: approx Bismark. HEX triplet: 4A, 72 and 7A. RGB value is (74,114,122). Sum of RGB (Red+Green+Blue) = 74+114+122=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A727A is #B58D85. Grayscale: #666666. Windows color (decimal): -11898246 or 8024650. OLE color: 8024650.

HSL color Cylindrical-coordinate representation of color #4A727A: hue angle of 190º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A727A is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB74114122-
CMYK0.390.0700.52
HSL190º24.49%38.43%-
HSV(B)190º39.34%47.84%-
XYZ12.3514.920.64-
YUV102.95138.75107.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=23.87%
G=36.77%
B=39.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741141220.390.0700.5219024.4938.43
Hex4A727A277034be1826
Octal1121621724770642763046
Binary10010101110010111101010011111101101001011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,114,122); }

 H1.HeaderClassName
 {
   color: #4A727A;
 }
 .AnyTagClassName
 {
   color: #4A727A;
 }
</style>
background-color css

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

 a { background-color: rgb(74,114,122); }

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

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

 span { border-color: rgb(74,114,122); }

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