Html Css Color HEX #4A727A Bismark

📋 copy color: '#4A727A'

red 74 ◦ green 114 ◦ blue 122

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

Shades of Bismark #4A727A

Tints of Bismark #4A727A

RGB

 RED value IS 74 (29.3% 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 value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A727A (or 0x4A727A) is known color: 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

RGB 74 114 122 -
CMYK 0.39 0.07 0 0.52
HSL 190º 0.24% 0.38% -
HSV(B) 190º 0.39% 0.48% -
XYZ 12.35 14.9 20.64 -
YUV 102.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 74 114 122 0.39 0.07 0 0.52 190 0.24 0.38
Hex 4A 72 7A 27 7 0 34 BE 18 26
Octal 112 162 172 47 7 0 64 276 30 46
Binary 1001010 1110010 1111010 100111 111 0 110100 10111110 11000 100110

Color Harmonies of #4A727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A727A

Black with #4A727A

Text Example


Text Example

White with #4A727A

Text Example


Text Example

HTML Codes & Css Web 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>