Html Css Color HEX #4A697B Bismark

📋 copy color: '#4A697B'

red 74 ◦ green 105 ◦ blue 123

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

Shades of Bismark #4A697B

Tints of Bismark #4A697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 24.5%
G = 34.77%
B = 40.73%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A697B (or 0x4A697B) is known color: Bismark. HEX triplet: 4A, 69 and 7B. RGB value is (74,105,123). Sum of RGB (Red+Green+Blue) = 74+105+123=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A697B is #B59684. Grayscale: #616161. Windows color (decimal): -11900549 or 8087882. OLE color: 8087882.

HSL color Cylindrical-coordinate representation of color #4A697B: hue angle of 202.04º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A697B is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 105 123 -
CMYK 0.40 0.15 0 0.52
HSL 202.04º 0.25% 0.39% -
HSV(B) 202.04º 0.4% 0.48% -
XYZ 11.45 12.99 20.64 -
YUV 97.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 74 105 123 0.40 0.15 0 0.52 202.04 0.25 0.39
Hex 4A 69 7B 28 F 0 34 CA 19 27
Octal 112 151 173 50 17 0 64 312 31 47
Binary 1001010 1101001 1111011 101000 1111 0 110100 11001010 11001 100111

Color Harmonies of #4A697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A697B

Black with #4A697B

Text Example


Text Example

White with #4A697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,105,123); }

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

background-color css

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

 a { background-color: rgb(74,105,123); }

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

border-color css

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

 span { border-color: rgb(74,105,123); }

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