Html Css Color HEX #4A6C7B Bismark

📋 copy color: '#4A6C7B'

red 74 ◦ green 108 ◦ blue 123

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

Shades of Bismark #4A6C7B

Tints of Bismark #4A6C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

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

R = 24.26%
G = 35.41%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A6C7B (or 0x4A6C7B) is known color: Bismark. HEX triplet: 4A, 6C and 7B. RGB value is (74,108,123). Sum of RGB (Red+Green+Blue) = 74+108+123=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A6C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6C7B is #B59384. Grayscale: #636363. Windows color (decimal): -11899781 or 8088650. OLE color: 8088650.

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

Color convert

RGB 74 108 123 -
CMYK 0.40 0.12 0 0.52
HSL 198.37º 0.25% 0.39% -
HSV(B) 198.37º 0.4% 0.48% -
XYZ 11.76 13.61 20.75 -
YUV 99.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 74 108 123 0.40 0.12 0 0.52 198.37 0.25 0.39
Hex 4A 6C 7B 28 C 0 34 C6 19 27
Octal 112 154 173 50 14 0 64 306 31 47
Binary 1001010 1101100 1111011 101000 1100 0 110100 11000110 11001 100111

Color Harmonies of #4A6C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6C7B

Black with #4A6C7B

Text Example


Text Example

White with #4A6C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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