Html Css Color HEX #486A74 Bismark

📋 copy color: '#486A74'

red 72 ◦ green 106 ◦ blue 116

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

Shades of Bismark #486A74

Tints of Bismark #486A74

RGB

 RED value IS 72 (28.52% from 255) = 24.49%

 GREEN value IS 106 (41.8% from 255) = 36.05%

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

R = 24.49%
G = 36.05%
B = 39.46%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486A74 (or 0x486A74) is known color: Bismark. HEX triplet: 48, 6A and 74. RGB value is (72,106,116). Sum of RGB (Red+Green+Blue) = 72+106+116=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #486A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A74 is #B7958B. Grayscale: #606060. Windows color (decimal): -12031372 or 7629384. OLE color: 7629384.

HSL color Cylindrical-coordinate representation of color #486A74: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486A74 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 106 116 -
CMYK 0.38 0.09 0 0.55
HSL 193.64º 0.23% 0.37% -
HSV(B) 193.64º 0.38% 0.45% -
XYZ 10.98 12.95 18.44 -
YUV 96.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 72 106 116 0.38 0.09 0 0.55 193.64 0.23 0.37
Hex 48 6A 74 26 9 0 37 C2 17 25
Octal 110 152 164 46 11 0 67 302 27 45
Binary 1001000 1101010 1110100 100110 1001 0 110111 11000010 10111 100101

Color Harmonies of #486A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A74

Black with #486A74

Text Example


Text Example

White with #486A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A74; }

 p { color: rgb(72,106,116); }

 H1.HeaderClassName
 {
   color: #486A74;
 }
 .AnyTagClassName
 {
   color: #486A74;
 }
</style>

background-color css

<style>
 a { background-color: #486A74; }

 a { background-color: rgb(72,106,116); }

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

border-color css

<style>
 span { border-color: #486A74; }

 span { border-color: rgb(72,106,116); }

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