Html Css Color HEX #4A6274 Bismark

📋 copy color: '#4A6274'

red 74 ◦ green 98 ◦ blue 116

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

Shades of Bismark #4A6274

Tints of Bismark #4A6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 25.69%
G = 34.03%
B = 40.28%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A6274 (or 0x4A6274) is known color: Bismark. HEX triplet: 4A, 62 and 74. RGB value is (74,98,116). Sum of RGB (Red+Green+Blue) = 74+98+116=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6274 is #B59D8B. Grayscale: #5C5C5C. Windows color (decimal): -11902348 or 7627338. OLE color: 7627338.

HSL color Cylindrical-coordinate representation of color #4A6274: hue angle of 205.71º 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 #4A6274 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 98 116 -
CMYK 0.36 0.16 0 0.55
HSL 205.71º 0.22% 0.37% -
HSV(B) 205.71º 0.36% 0.45% -
XYZ 10.34 11.45 18.19 -
YUV 92.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 74 98 116 0.36 0.16 0 0.55 205.71 0.22 0.37
Hex 4A 62 74 24 10 0 37 CE 16 25
Octal 112 142 164 44 20 0 67 316 26 45
Binary 1001010 1100010 1110100 100100 10000 0 110111 11001110 10110 100101

Color Harmonies of #4A6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6274

Black with #4A6274

Text Example


Text Example

White with #4A6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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