Html Css Color HEX #4C707A Bismark

📋 copy color: '#4C707A'

red 76 ◦ green 112 ◦ blue 122

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

Shades of Bismark #4C707A

Tints of Bismark #4C707A

RGB

 RED value IS 76 (30.08% from 255) = 24.52%

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

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

R = 24.52%
G = 36.13%
B = 39.35%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C707A (or 0x4C707A) is known color: Bismark. HEX triplet: 4C, 70 and 7A. RGB value is (76,112,122). Sum of RGB (Red+Green+Blue) = 76+112+122=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 112 (44.14% from 255 or 36.13% 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 #4C707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C707A is #B38F85. Grayscale: #666666. Windows color (decimal): -11767686 or 8024140. OLE color: 8024140.

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

Color convert

RGB 76 112 122 -
CMYK 0.38 0.08 0 0.52
HSL 193.04º 0.23% 0.39% -
HSV(B) 193.04º 0.38% 0.48% -
XYZ 12.29 14.53 20.57 -
YUV 102.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 76 112 122 0.38 0.08 0 0.52 193.04 0.23 0.39
Hex 4C 70 7A 26 8 0 34 C1 17 27
Octal 114 160 172 46 10 0 64 301 27 47
Binary 1001100 1110000 1111010 100110 1000 0 110100 11000001 10111 100111

Color Harmonies of #4C707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C707A

Black with #4C707A

Text Example


Text Example

White with #4C707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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