Html Css Color HEX #4A6372 Bismark

📋 copy color: '#4A6372'

red 74 ◦ green 99 ◦ blue 114

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

Shades of Bismark #4A6372

Tints of Bismark #4A6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 25.78%
G = 34.49%
B = 39.72%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A6372 (or 0x4A6372) is known color: Bismark. HEX triplet: 4A, 63 and 72. RGB value is (74,99,114). Sum of RGB (Red+Green+Blue) = 74+99+114=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A6372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6372 is #B59C8D. Grayscale: #5D5D5D. Windows color (decimal): -11902094 or 7496522. OLE color: 7496522.

HSL color Cylindrical-coordinate representation of color #4A6372: hue angle of 202.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A6372 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 99 114 -
CMYK 0.35 0.13 0 0.55
HSL 202.5º 0.21% 0.37% -
HSV(B) 202.5º 0.35% 0.45% -
XYZ 10.32 11.59 17.61 -
YUV 93.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 74 99 114 0.35 0.13 0 0.55 202.5 0.21 0.37
Hex 4A 63 72 23 D 0 37 CA 15 25
Octal 112 143 162 43 15 0 67 312 25 45
Binary 1001010 1100011 1110010 100011 1101 0 110111 11001010 10101 100101

Color Harmonies of #4A6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6372

Black with #4A6372

Text Example


Text Example

White with #4A6372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,99,114); }

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

background-color css

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

 a { background-color: rgb(74,99,114); }

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

border-color css

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

 span { border-color: rgb(74,99,114); }

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