Html Css Color HEX #4A6273 Bismark

📋 copy color: '#4A6273'

red 74 ◦ green 98 ◦ blue 115

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

Shades of Bismark #4A6273

Tints of Bismark #4A6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 25.78%
G = 34.15%
B = 40.07%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A6273 (or 0x4A6273) is known color: Bismark. HEX triplet: 4A, 62 and 73. RGB value is (74,98,115). Sum of RGB (Red+Green+Blue) = 74+98+115=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6273 is #B59D8C. Grayscale: #5C5C5C. Windows color (decimal): -11902349 or 7561802. OLE color: 7561802.

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

Color convert

RGB 74 98 115 -
CMYK 0.36 0.15 0 0.55
HSL 204.88º 0.22% 0.37% -
HSV(B) 204.88º 0.36% 0.45% -
XYZ 10.29 11.43 17.88 -
YUV 92.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 74 98 115 0.36 0.15 0 0.55 204.88 0.22 0.37
Hex 4A 62 73 24 F 0 37 CD 16 25
Octal 112 142 163 44 17 0 67 315 26 45
Binary 1001010 1100010 1110011 100100 1111 0 110111 11001101 10110 100101

Color Harmonies of #4A6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6273

Black with #4A6273

Text Example


Text Example

White with #4A6273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,115); }

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

background-color css

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

 a { background-color: rgb(74,98,115); }

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

border-color css

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

 span { border-color: rgb(74,98,115); }

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