Html Css Color HEX #4A707A Bismark

📋 copy color: '#4A707A'

red 74 ◦ green 112 ◦ blue 122

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

Shades of Bismark #4A707A

Tints of Bismark #4A707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 24.03%
G = 36.36%
B = 39.61%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A707A (or 0x4A707A) is known color: Bismark. HEX triplet: 4A, 70 and 7A. RGB value is (74,112,122). Sum of RGB (Red+Green+Blue) = 74+112+122=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A707A is #B58F85. Grayscale: #656565. Windows color (decimal): -11898758 or 8024138. OLE color: 8024138.

HSL color Cylindrical-coordinate representation of color #4A707A: hue angle of 192.5º 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 #4A707A is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 112 122 -
CMYK 0.39 0.08 0 0.52
HSL 192.5º 0.24% 0.38% -
HSV(B) 192.5º 0.39% 0.48% -
XYZ 12.13 14.45 20.56 -
YUV 101.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 74 112 122 0.39 0.08 0 0.52 192.5 0.24 0.38
Hex 4A 70 7A 27 8 0 34 C0 18 26
Octal 112 160 172 47 10 0 64 300 30 46
Binary 1001010 1110000 1111010 100111 1000 0 110100 11000000 11000 100110

Color Harmonies of #4A707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A707A

Black with #4A707A

Text Example


Text Example

White with #4A707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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